mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Minor fix when installing full package via direct install
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.6.0-rc.1');
|
||||
define('GRAV_VERSION', '1.6.0-rc.2');
|
||||
define('GRAV_TESTING', true);
|
||||
define('DS', '/');
|
||||
|
||||
|
||||
@@ -76,13 +76,14 @@ class Install
|
||||
];
|
||||
|
||||
private $ignores = [
|
||||
'assets',
|
||||
'backup',
|
||||
'cache',
|
||||
'images',
|
||||
'logs',
|
||||
'tmp',
|
||||
'user'
|
||||
'user',
|
||||
'.htaccess',
|
||||
'robots.txt'
|
||||
];
|
||||
|
||||
private $classMap = [
|
||||
|
||||
Reference in New Issue
Block a user