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);