diff --git a/index.php b/index.php index 23af5b8d..aa82c39a 100755 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd())); * Define the PATH (without trailing slash). */ define('PATH', [ - 'site' => ROOT_DIR . '/site', + 'project' => ROOT_DIR . '/project', 'config' => ROOT_DIR . '/src/flextype/config', 'cache' => ROOT_DIR . '/var/cache', 'logs' => ROOT_DIR . '/var/logs',