diff --git a/index.php b/index.php index efd5a340..725de3a7 100755 --- a/index.php +++ b/index.php @@ -26,10 +26,15 @@ use function str_replace; */ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd())); +/** + * Define the project name. + */ +define('PROJECT_NAME', 'project'); + /** * Define the PATH (without trailing slash). */ -define('PATH_PROJECT', ROOT_DIR . '/project'); +define('PATH_PROJECT', ROOT_DIR . '/' . PROJECT_NAME); define('PATH_TMP', ROOT_DIR . '/var/tmp'); /**