From 242c74933017599067a88809b45959458aaee84e Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 21 Sep 2011 09:22:45 +0000 Subject: [PATCH] fix pathinfo? git-svn-id: http://www.observium.org/svn/observer/trunk@2532 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index b5c2d15459..26b6e537fb 100755 --- a/html/index.php +++ b/html/index.php @@ -5,7 +5,7 @@ ob_start(); ini_set('allow_url_fopen', 0); ini_set('display_errors', 0); -#$_SERVER['PATH_INFO'] = (isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : $_SERVER['ORIG_PATH_INFO']); +$_SERVER['PATH_INFO'] = (isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : $_SERVER['ORIG_PATH_INFO']); if (strpos($_SERVER['PATH_INFO'], "debug")) {