mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Minor fix when installing full package via direct install
This commit is contained in:
parent
06eee1e711
commit
34bf8fb5bb
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user