block listing of several util directories; deny access to config.php

This commit is contained in:
Andrew Dolgov 2013-04-11 22:01:02 +04:00
parent 70a1fb23d0
commit e1f76af006
10 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/messages.mo
*~
*.DS_Store
#*

7
.htaccess Normal file
View File

@ -0,0 +1,7 @@
AddType image/svg+xml svg
AddType image/svg+xml svgz
<Files "config.php">
Order deny,allow
Deny from all
</Files>

2
classes/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

0
js/index.html Normal file
View File

0
lib/index.html Normal file
View File

2
locale/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

0
plugins/index.html Normal file
View File

2
schema/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

2
templates/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all

2
utils/.htaccess Normal file
View File

@ -0,0 +1,2 @@
Order deny,allow
Deny from all