1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-04 16:39:34 +00:00

added default directory for uploaded files + .htaccess for it

This commit is contained in:
Rj48 2016-07-18 03:42:34 +02:00
parent 077606523e
commit cc77a10fe5

10
files/.htaccess Normal file
View File

@ -0,0 +1,10 @@
php_flag engine off
AddType text/plain .php
AddType text/plain .php5
AddType text/plain .html
AddType text/plain .htm
RemoveHandler .php
RemoveHandler .php5
RemoveHandler .html
RemoveHandler .htm