Prevent access to generate_all.php with .htaccess

Added layer of protection just to be safe
This commit is contained in:
Tailszefox 2023-03-31 20:10:18 +02:00
parent 3e638ff216
commit 99f1dcb58e

3
.htaccess Normal file
View file

@ -0,0 +1,3 @@
<Files "generate_all.php">
Require all denied
</Files>