aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2004-12-06 16:04:51 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2004-12-06 16:04:51 +0000
commite26544ae64e5a30dc425292837b80539ee3db427 (patch)
treef0616dd6b0fdbfa3925aea455e3a36078243e862 /local
parent90ddaadb0cf035e316ba579aeb316e2e4dd8301c (diff)
downloadpmwiki.svn-e26544ae64e5a30dc425292837b80539ee3db427.tar.bz2
Changed to deny access to the local directory.
git-svn-id: svn://pmwiki.org/trunk/pmwiki@411 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'local')
-rw-r--r--local/.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/local/.htaccess b/local/.htaccess
index 3b349eeb..cb24fd7f 100644
--- a/local/.htaccess
+++ b/local/.htaccess
@@ -1 +1,2 @@
-AddType text/plain .php
+Order allow,deny
+Deny from all