Skip to content
Snippets Groups Projects
Commit 564574ba authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

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

parent 9ec70dfa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment