add "delTree" function and add size limit (#2)

This commit is contained in:
Beu
2019-05-01 22:58:11 +02:00
parent 36dbc27991
commit 4a285a3db8
2 changed files with 28 additions and 13 deletions

View File

@ -3,4 +3,5 @@
define('_HTTP_PROTO','http');
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
define('_SIZE_LIMIT','2000000'); // in bytes
?>