Deny access to libraries folder over HTTP.

This commit is contained in:
Michal Čihař
2005-11-23 19:16:25 +00:00
parent 618f2d7408
commit 513ead7b25
2 changed files with 5 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
# This folder does not require access over HTTP
Order deny,allow
Deny from all
Allow from none