From d4fcba7e85b59e012af9d840c746ff51c148a614 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 1 Jun 2018 00:53:03 +0300 Subject: [PATCH] Constants: accounts, blocks, data - removed. --- index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.php b/index.php index 1585223b..9df1843f 100755 --- a/index.php +++ b/index.php @@ -23,11 +23,8 @@ define('PATH', ['site' => ROOT_DIR . '/site', 'plugins' => ROOT_DIR . '/site/plugins', 'themes' => ROOT_DIR . '/site/themes', 'pages' => ROOT_DIR . '/site/pages', - 'blocks' => ROOT_DIR . '/site/blocks', - 'data' => ROOT_DIR . '/site/data', 'config' => ROOT_DIR . '/site/config', - 'cache' => ROOT_DIR . '/site/cache', - 'accounts' => ROOT_DIR . '/site/accounts']); + 'cache' => ROOT_DIR . '/site/cache']); // Define the path to the logs directory (without trailing slash). define('LOGS_PATH', PATH['site'] . '/logs');