1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

project-x was moved to www

This commit is contained in:
Mathieu Ducharme
2015-03-13 17:50:29 -04:00
parent 467c715470
commit e1d2b8c074

View File

@@ -65,7 +65,7 @@ catch (PDOException $e) {
// If here, DB is created. Setup config.json
$climate->out('Setting up the database for the project...');
$filename = 'project-x/config/config.json';
$filename = 'www/config/config.json';
if(!file_exists($filename) || !is_writable($filename)) {
$climate->red()->out('Could not open config.json or file not writeable');
die();