@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | define('SYMFONY_DEBUG', filter_var(getenv('SYMFONY_DEBUG') ?: SYMFONY_ENV === 'dev', FILTER_VALIDATE_BOOLEAN)); |
| 21 | 21 | |
| 22 | 22 | // maintenance mode |
| 23 | -$maintenanceFilePath = __DIR__ . '/../app/maintenance.php'; |
|
| 23 | +$maintenanceFilePath = __DIR__.'/../app/maintenance.php'; |
|
| 24 | 24 | if (SULU_MAINTENANCE && file_exists($maintenanceFilePath)) { |
| 25 | 25 | // show maintenance mode and exit if no allowed IP is met |
| 26 | 26 | if (require $maintenanceFilePath) { |
@@ -28,8 +28,8 @@ discard block |
||
| 28 | 28 | } |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 32 | -include_once __DIR__ . '/../app/bootstrap.php.cache'; |
|
| 31 | +$loader = require __DIR__.'/../app/autoload.php'; |
|
| 32 | +include_once __DIR__.'/../app/bootstrap.php.cache'; |
|
| 33 | 33 | |
| 34 | 34 | if (SYMFONY_DEBUG) { |
| 35 | 35 | Debug::enable(); |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | define('SYMFONY_DEBUG', filter_var(getenv('SYMFONY_DEBUG') ?: SYMFONY_ENV === 'dev', FILTER_VALIDATE_BOOLEAN)); |
| 21 | 21 | |
| 22 | 22 | // maintenance mode |
| 23 | -$maintenanceFilePath = __DIR__ . '/../app/maintenance.php'; |
|
| 23 | +$maintenanceFilePath = __DIR__.'/../app/maintenance.php'; |
|
| 24 | 24 | if (SULU_MAINTENANCE && file_exists($maintenanceFilePath)) { |
| 25 | 25 | // show maintenance mode and exit if no allowed IP is met |
| 26 | 26 | if (require $maintenanceFilePath) { |
@@ -28,8 +28,8 @@ discard block |
||
| 28 | 28 | } |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 32 | -include_once __DIR__ . '/../app/bootstrap.php.cache'; |
|
| 31 | +$loader = require __DIR__.'/../app/autoload.php'; |
|
| 32 | +include_once __DIR__.'/../app/bootstrap.php.cache'; |
|
| 33 | 33 | |
| 34 | 34 | if (SYMFONY_DEBUG) { |
| 35 | 35 | Debug::enable(); |