- setting magic_quotes_gpc to 0 (off). IF it causes any problems please report.

4.1.x
Kjartan Mannes 2002-09-27 16:50:42 +00:00
parent 9ec70dfa9e
commit 564574ba07
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ ErrorDocument 500 /error.php
# Overload PHP variables:
<IfModule mod_php4.c>
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