correct syntax for blocking access to libraries

This commit is contained in:
Marc Delisle
2006-09-27 20:12:45 +00:00
parent 4c71e900e2
commit 70c9e63303
2 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ $Source$
* libraries/common.lib.php, /session.inc.php, /url_generating.lib.php:
security fixes (announcement will come later),
thanks to Sebastian Mendel and Stefan Esser
* libraries/.htaccess: remove potential vulnerability (allow from none),
thanks to Michael Heimpold
2006-09-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/tbl_properties_links.inc.php: bug #1560152,

View File

@@ -1,4 +1,3 @@
# This folder does not require access over HTTP
Order deny,allow
Deny from all
Allow from none
# (the following directive denies access by default)
Order allow,deny