From 6ad927220eb1e65083d7739d1db61fc91fe47401 Mon Sep 17 00:00:00 2001 From: Marco Muths Date: Mon, 17 Aug 2015 17:42:28 +0200 Subject: [PATCH] Update index.php --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 64a1b55..5a7cb24 100644 --- a/public/index.php +++ b/public/index.php @@ -7,4 +7,4 @@ $env = trim(file_get_contents('./ENV')); $configCache = './data/cache/config.php'; -Phapp\Application\Bootstrap::init($env, $env, $env === 'development' ? null : $configCache)->runApplicationOn($_SERVER); +Phapp\Application\Bootstrap::init($env, $env === 'development' ? null : $configCache)->runApplicationOn($_SERVER);