Deny access to libraries folder over HTTP.
This commit is contained in:
@@ -63,6 +63,7 @@ $Source$
|
|||||||
tbl_change.php, tbl_properties.inc.php,
|
tbl_change.php, tbl_properties.inc.php,
|
||||||
libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
|
libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
|
||||||
stuff out of libraries folder.
|
stuff out of libraries folder.
|
||||||
|
* libraries/.htaccess: Deny access to libraries folder over HTTP.
|
||||||
|
|
||||||
2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* added test/theme.php: for testing themes
|
* added test/theme.php: for testing themes
|
||||||
|
4
libraries/.htaccess
Normal file
4
libraries/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# This folder does not require access over HTTP
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
Allow from none
|
Reference in New Issue
Block a user