@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | require __DIR__ . '/../vendor/autoload.php'; |
3 | -$configfile = __DIR__.'/config.json'; |
|
3 | +$configfile = __DIR__ . '/config.json'; |
|
4 | 4 | $config = false; |
5 | 5 | if (file_exists($configfile)) { |
6 | - $config = json_decode(file_get_contents(__DIR__.'/config.json'), true); |
|
6 | + $config = json_decode(file_get_contents(__DIR__ . '/config.json'), true); |
|
7 | 7 | } |
8 | 8 | |
9 | 9 | if ($config == false) { |