block listing of several util directories; deny access to config.php
This commit is contained in:
parent
70a1fb23d0
commit
e1f76af006
10 changed files with 18 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/messages.mo
|
||||||
*~
|
*~
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
#*
|
#*
|
||||||
|
|
7
.htaccess
Normal file
7
.htaccess
Normal 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
2
classes/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
0
js/index.html
Normal file
0
js/index.html
Normal file
0
lib/index.html
Normal file
0
lib/index.html
Normal file
2
locale/.htaccess
Normal file
2
locale/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
0
plugins/index.html
Normal file
0
plugins/index.html
Normal file
2
schema/.htaccess
Normal file
2
schema/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
2
templates/.htaccess
Normal file
2
templates/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
2
utils/.htaccess
Normal file
2
utils/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
Loading…
Reference in a new issue