diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-12-06 16:04:51 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2004-12-06 16:04:51 +0000 |
commit | e26544ae64e5a30dc425292837b80539ee3db427 (patch) | |
tree | f0616dd6b0fdbfa3925aea455e3a36078243e862 /local | |
parent | 90ddaadb0cf035e316ba579aeb316e2e4dd8301c (diff) | |
download | pmwiki.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/.htaccess | 3 |
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 |