From 564574ba07bfcdee85bc73a0405cc68d00b2685d Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 27 Sep 2002 16:50:42 +0000 Subject: - setting magic_quotes_gpc to 0 (off). IF it causes any problems please report. --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index f171e5f41..dc77f4d71 100644 --- a/.htaccess +++ b/.htaccess @@ -20,9 +20,9 @@ ErrorDocument 500 /error.php # Overload PHP variables: - php_value register_globals 1 + php_value register_globals 1 php_value track_vars 1 - php_value magic_quotes_gpc 1 + php_value magic_quotes_gpc 0 php_value magic_quotes_runtime 0 php_value magic_quotes_sybase 0 php_value session.cache_expire 200000 -- cgit v1.2.3