Minor fix when installing full package via direct install

This commit is contained in:
Matias Griese
2019-02-05 13:51:07 +02:00
parent 06eee1e711
commit 34bf8fb5bb
2 changed files with 4 additions and 3 deletions

View File

@@ -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', '/');

View File

@@ -76,13 +76,14 @@ class Install
];
private $ignores = [
'assets',
'backup',
'cache',
'images',
'logs',
'tmp',
'user'
'user',
'.htaccess',
'robots.txt'
];
private $classMap = [