correct syntax for blocking access to libraries

This commit is contained in:
Marc Delisle
2006-09-27 20:14:01 +00:00
parent 5ae7f9ce48
commit b09e199a45
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
$Id$
$Source$
2006-09-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/.htaccess: remove potential vulnerability (allow from none),
thanks to Michael Heimpold
2006-09-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1519859, avoid overflow on 64-bit machines

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