1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Create .htaccess

prevent execution of php in logo dir.
This commit is contained in:
David Bomba 2017-08-20 18:34:18 +10:00 committed by GitHub
parent 9be7c92625
commit c56a116dd5

3
public/logo/.htaccess Normal file
View File

@ -0,0 +1,3 @@
<Files *.php>
deny from all
</Files>