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