From 83e30662ea52ad126423f4fde08c56b9fc520893 Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Fri, 22 Jul 2011 17:45:44 -0700 Subject: [PATCH] Y U NO ENV PHP??? --- conf/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php.ini b/conf/php.ini index 93e2f609a..bb5e88a0b 100644 --- a/conf/php.ini +++ b/conf/php.ini @@ -666,7 +666,7 @@ html_errors = Off ; Development Value: "GPCS" ; Production Value: "GPCS"; ; http://php.net/variables-order -variables_order = "GPCS" +variables_order = "EGPCS" ; This directive determines which super global data (G,P,C,E & S) should ; be registered into the super global array REQUEST. If so, it also determines