mirror of
https://github.com/getgrav/grav.git
synced 2025-11-15 09:45:58 +01:00
Further improve defined paths #3297
This commit is contained in:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user