added more .htaccess files

This commit is contained in:
Roland Gruber 2008-09-28 08:36:50 +00:00
parent 420e7afd39
commit e51a621584
3 changed files with 8 additions and 4 deletions

4
lam/help/.htaccess Normal file
View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -2,7 +2,3 @@
Order allow,deny
Deny from all
</Files>
<Files fpdf.php>
Order allow,deny
Allow from all
</Files>

4
lam/locale/.htaccess Normal file
View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>