From dcb72673107c276e708c73ceabaa45cee79e3ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=A0=D1=83=D0=BF=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Wed, 10 Sep 2025 18:31:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=D0=B8=D0=B5=20.settings=5F?= =?UTF-8?q?extra.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/get-started/directory-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/get-started/directory-structure.md b/pages/get-started/directory-structure.md index 7a70b25..082109b 100644 --- a/pages/get-started/directory-structure.md +++ b/pages/get-started/directory-structure.md @@ -62,7 +62,7 @@ title: Структура директорий - `//init.php` -- подключение пользовательских обработчиков событий для конкретного сайта. Подключается после определения `SITE_ID`. -- `.settings.php` -- настройки ядра. +- `.settings.php` и `.settings_extra.php` -- настройки ядра. - `header.php` -- стандартные шапка сайта.