diff --git a/app/start.php b/app/start.php index 7b85b42..1f10574 100755 --- a/app/start.php +++ b/app/start.php @@ -27,7 +27,7 @@ require INC_ROOT . '/vendor/autoload.php'; // Time to create our app $app = new Slim([ - 'mode' => file_get_contents(INC_ROOT . '/mode.php'), + 'mode' => trim(file_get_contents(INC_ROOT . '/mode.php')), 'view' => new Twig(), 'templates.path' => INC_ROOT . '/app/views' ]);