@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if(file_exists(dirname(__DIR__) . '/app_config.php')){ |
|
3 | +if (file_exists(dirname(__DIR__) . '/app_config.php')) { |
|
4 | 4 | require_once dirname(__DIR__) . '/app_config.php'; |
5 | 5 | } |
6 | -else{ |
|
6 | +else { |
|
7 | 7 | require_once dirname(__DIR__) . '/app_config.sample.php'; |
8 | 8 | } |
9 | 9 | require_once $config['base_dir'] . '/vendor/autoload.php'; |