summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-10 12:10:55 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-10 12:10:55 +0000
commitd480507f0de23cafff5ce448b1e8beee2434e54b (patch)
tree06d1f71cbbabaa50dcaa53e9d3a893d3878a9e4b /.htaccess
parent167955dfb06906af26e6c4e694375b8f6a250992 (diff)
downloadbrdo-d480507f0de23cafff5ce448b1e8beee2434e54b.tar.gz
brdo-d480507f0de23cafff5ce448b1e8beee2434e54b.tar.bz2
- changing php_register_globals to register_globals which is the correct setting.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index cf8251491..f171e5f41 100644
--- a/.htaccess
+++ b/.htaccess
@@ -20,7 +20,7 @@ ErrorDocument 500 /error.php
# Overload PHP variables:
<IfModule mod_php4.c>
- 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