summaryrefslogtreecommitdiffstats
path: root/htaccess.dist
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-01-23 10:37:39 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-01-23 10:37:39 +0000
commitb45a88441c676ba31c46970a6f74f753d6732d1a (patch)
treeadd7de79d060db717764a108c7b6212857801a6f /htaccess.dist
parent2fc97861b0154eca6e97eef3a3be969e63d377d2 (diff)
downloadwordpress-mu-b45a88441c676ba31c46970a6f74f753d6732d1a.tar.gz
wordpress-mu-b45a88441c676ba31c46970a6f74f753d6732d1a.tar.xz
wordpress-mu-b45a88441c676ba31c46970a6f74f753d6732d1a.zip
Disable register_globals and display_errors!
Update your site's .htaccess with these! You know it makes sense! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@512 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'htaccess.dist')
-rw-r--r--htaccess.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/htaccess.dist b/htaccess.dist
index 2d84a4c..ab25ae1 100644
--- a/htaccess.dist
+++ b/htaccess.dist
@@ -1,3 +1,5 @@
+php_flag register_globals 0
+php_flag display_errors 0
RewriteEngine On
RewriteBase BASE/