From 335a68bb986895ab2222b54e06f4db3fc6da6a06 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Fri, 2 Oct 2015 00:49:18 +0000 Subject: [PATCH] Update index.php Hotfix for #2007 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 8d2503a391..e42190acc2 100644 --- a/html/index.php +++ b/html/index.php @@ -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);