merged stable to master
This commit is contained in:
4
htdocs/cache/.htaccess
vendored
Normal file
4
htdocs/cache/.htaccess
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/lang/.htaccess
Normal file
4
htdocs/lang/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/lang/de/ocstyle/images/.htaccess
Normal file
4
htdocs/lang/de/ocstyle/images/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
</FilesMatch>
|
4
htdocs/lang/de/stdstyle/images/.htaccess
Normal file
4
htdocs/lang/de/stdstyle/images/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
</FilesMatch>
|
4
htdocs/old/.htaccess
Normal file
4
htdocs/old/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
Reference in New Issue
Block a user