From 6c26214955c772963ad5fce8ea581634baf834da Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 27 Feb 2013 17:51:28 +0100 Subject: Refix #1931 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 71af095ff8f..616118b2ce8 100755 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -cgi.fix_pathinfo = 1 +php_value cgi.fix_pathinfo 1 SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 -- cgit v1.2.3