diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2005-09-01 16:08:53 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2005-09-01 16:08:53 +0000 |
commit | fd667890593d0e4329487d142c1cfd8f2ae4176b (patch) | |
tree | eb51939e7d7e13c212473e2ccf63fa1d674342d4 /cookbook | |
parent | b65387cae7967a5431716a967004993a9c92535a (diff) | |
download | pmwiki.svn-fd667890593d0e4329487d142c1cfd8f2ae4176b.tar.bz2 |
Updated for better description.
git-svn-id: svn://pmwiki.org/trunk/pmwiki@809 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'cookbook')
-rw-r--r-- | cookbook/.htaccess | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cookbook/.htaccess b/cookbook/.htaccess index c3c2d19d..9dbb8328 100644 --- a/cookbook/.htaccess +++ b/cookbook/.htaccess @@ -1,2 +1,12 @@ +# This file is cookbook/.htaccess -- the default distribution contains this +# file to prevent cookbook/ scripts from being accessed directly by browsers +# (this is a potential, albeit very unlikely, security hole). +# +# If you alter or replace this file, it will likely be overwritten when +# you upgrade from one version of PmWiki to another. Be sure to save +# a copy of your alterations in another location so you can restore them, +# and you might try changing this file to be read-only to prevent a PmWiki +# upgrade from overwriting your altered version. + Order Deny,Allow Deny from all |