@@ -7,17 +7,17 @@ |
||
7 | 7 | /** |
8 | 8 | * Read the configuration |
9 | 9 | */ |
10 | - $config = include __DIR__ . "/../app/config/config.php"; |
|
10 | + $config = include __DIR__."/../app/config/config.php"; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Read auto-loader |
14 | 14 | */ |
15 | - include __DIR__ . "/../app/config/loader.php"; |
|
15 | + include __DIR__."/../app/config/loader.php"; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Read services |
19 | 19 | */ |
20 | - include __DIR__ . "/../app/config/services.php"; |
|
20 | + include __DIR__."/../app/config/services.php"; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * Handle the request |