Update index.php

Hotfix for #2007
This commit is contained in:
Daniel Preussker
2015-10-02 00:49:18 +00:00
parent 60c195fc79
commit 335a68bb98

View File

@@ -32,7 +32,7 @@ function catchFatal() {
}
}
if (strpos($_SERVER['PATH_INFO'], "debug") || true) {
if (strpos($_SERVER['PATH_INFO'], "debug")) {
$debug = "1";
ini_set('display_errors', 0);
ini_set('display_startup_errors', 1);