mirror of
https://github.com/getgrav/grav.git
synced 2026-03-01 01:51:29 +01:00
Fix GRAV_PHP_MIN for CLI
This commit is contained in:
@@ -12,6 +12,10 @@ define('GRAV_VERSION', '1.1.16');
|
||||
define('GRAV_TESTING', false);
|
||||
define('DS', '/');
|
||||
|
||||
if (!defined('GRAV_PHP_MIN')) {
|
||||
define('GRAV_PHP_MIN', '5.5.9');
|
||||
}
|
||||
|
||||
// Directories and Paths
|
||||
if (!defined('GRAV_ROOT')) {
|
||||
define('GRAV_ROOT', str_replace(DIRECTORY_SEPARATOR, DS, getcwd()));
|
||||
|
||||
Reference in New Issue
Block a user