1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 14:46:53 +02:00

Constants: accounts, blocks, data - removed.

This commit is contained in:
Awilum
2018-06-01 00:53:03 +03:00
parent fda2a03160
commit d4fcba7e85

View File

@@ -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');