mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
disallow access to system files
This commit is contained in:
parent
22f8f8910e
commit
4b0b4dd61b
2 changed files with 4 additions and 0 deletions
2
lib/.htaccess
Normal file
2
lib/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
Order Allow,Deny
|
||||
Deny From All
|
2
template/.htaccess
Normal file
2
template/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
Order Allow,Deny
|
||||
Deny From All
|
Loading…
Reference in a new issue