Menu UI for map groups.

This commit is contained in:
Jay McEntire
2016-03-03 16:43:13 -07:00
parent 6866dfb176
commit a77c9d234c
3 changed files with 32 additions and 16 deletions
+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;