whitespace fix

This commit is contained in:
Jay McEntire
2016-03-03 16:51:40 -07:00
parent a77c9d234c
commit 0818c6ae99
+1 -1
View File
@@ -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;