Further improve defined paths #3297

This commit is contained in:
Matias Griese
2021-04-13 11:55:18 +03:00
parent 16dab2c9f1
commit 75c63704f6
8 changed files with 22 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ foreach ($iterator as $directory) {
define('GANTRY_DEBUGGER', true);
define('GANTRY5_DEBUG', true);
define('GANTRY5_PLATFORM', 'grav');
define('GANTRY5_ROOT', rtrim(ROOT_DIR, '/'));
define('GANTRY5_ROOT', GRAV_ROOT);
define('GANTRY5_VERSION', '@version@');
define('GANTRY5_VERSION_DATE', '@versiondate@');
define('GANTRYADMIN_PATH', '');