From 0818c6ae9973ace037eb358e2b7dcbb8097579fa Mon Sep 17 00:00:00 2001 From: Jay McEntire Date: Thu, 3 Mar 2016 16:51:40 -0700 Subject: [PATCH] whitespace fix --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 2ed3d427ef..46164c663b 100644 --- a/html/index.php +++ b/html/index.php @@ -19,7 +19,7 @@ if (empty($_SERVER['PATH_INFO'])) { else { $_SERVER['PATH_INFO'] = !empty($_SERVER['ORIG_PATH_INFO']) ? $_SERVER['ORIG_PATH_INFO'] : ''; } -} +} function logErrors($errno, $errstr, $errfile, $errline) { global $php_debug;