Skip to content

Commit 57a5dd2

Browse files
committed
restricting access to *.sql and *.inc files. they shouldn't have any sensitive information though.
1 parent b31554d commit 57a5dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.htaccess

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<FilesMatch "\.(inc|sql)$">
2+
Order allow,deny
3+
</FilesMatch>

0 commit comments

Comments
 (0)