David Bomba c56a116dd5 Create .htaccess
prevent execution of php in logo dir.
2017-08-20 18:34:18 +10:00

4 lines
37 B
ApacheConf

<Files *.php>
deny from all
</Files>