From d480507f0de23cafff5ce448b1e8beee2434e54b Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 10 Jun 2002 12:10:55 +0000 Subject: [PATCH] - changing php_register_globals to register_globals which is the correct setting. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cf82514913f..f171e5f4129 100644 --- a/.htaccess +++ b/.htaccess @@ -20,7 +20,7 @@ ErrorDocument 500 /error.php # Overload PHP variables: - php_value php_register_globals 1 + php_value register_globals 1 php_value track_vars 1 php_value magic_quotes_gpc 1 php_value magic_quotes_runtime 0