Merge branch 'develop' of github.com:getgrav/grav into 1.7

This commit is contained in:
Matias Griese
2019-12-04 09:55:35 +02:00
2 changed files with 11 additions and 0 deletions

View File

@@ -39,3 +39,11 @@ foreach ($iterator as $directory) {
require $autoloader;
}
}
define('GANTRY_DEBUGGER', true);
define('GANTRY5_DEBUG', true);
define('GANTRY5_PLATFORM', 'grav');
define('GANTRY5_ROOT', rtrim(ROOT_DIR, '/'));
define('GANTRY5_VERSION', '@version@');
define('GANTRY5_VERSION_DATE', '@versiondate@');
define('GANTRYADMIN_PATH', '');