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