mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-26 23:47:59 +01:00
Prevent access to generate_all.php with .htaccess
Added layer of protection just to be safe
This commit is contained in:
parent
3e638ff216
commit
99f1dcb58e
1 changed files with 3 additions and 0 deletions
3
.htaccess
Normal file
3
.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
|||
<Files "generate_all.php">
|
||||
Require all denied
|
||||
</Files>
|
Loading…
Reference in a new issue