summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
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:
<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