correct syntax for blocking access to libraries
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2006-09-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: bug #1519859, avoid overflow on 64-bit machines
|
* libraries/common.lib.php: bug #1519859, avoid overflow on 64-bit machines
|
||||||
|
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
# This folder does not require access over HTTP
|
# This folder does not require access over HTTP
|
||||||
Order deny,allow
|
# (the following directive denies access by default)
|
||||||
Deny from all
|
Order allow,deny
|
||||||
Allow from none
|
|
||||||
|
Reference in New Issue
Block a user