@@ -41,7 +41,7 @@ |
||
41 | 41 | $container->set('themesdir', __DIR__ . '/../public/themes/'); |
42 | 42 | |
43 | 43 | // Rename config.sample.json to config.json |
44 | -$confDir = __DIR__ . '/../config/'; |
|
44 | +$confDir = __DIR__ . '/../config/'; |
|
45 | 45 | if ((file_exists($confDir . 'config.sample.json')) && (!file_exists($confDir . 'config.json'))) { |
46 | 46 | copy($confDir . 'config.sample.json', $confDir . 'config.json'); |
47 | 47 | } |