merged stable to master

This commit is contained in:
following
2013-07-24 15:29:54 +02:00
5 changed files with 20 additions and 0 deletions

4
htdocs/cache/.htaccess vendored Normal file
View File

@ -0,0 +1,4 @@
<FilesMatch ".*">
Order Deny,Allow
Deny from All
</FilesMatch>

4
htdocs/lang/.htaccess Normal file
View File

@ -0,0 +1,4 @@
<FilesMatch ".*">
Order Deny,Allow
Deny from All
</FilesMatch>

View File

@ -0,0 +1,4 @@
<FilesMatch ".*">
Order Allow,Deny
Allow from All
</FilesMatch>

View File

@ -0,0 +1,4 @@
<FilesMatch ".*">
Order Allow,Deny
Allow from All
</FilesMatch>

4
htdocs/old/.htaccess Normal file
View File

@ -0,0 +1,4 @@
<FilesMatch ".*">
Order Deny,Allow
Deny from All
</FilesMatch>