add "delTree" function and add size limit (#2)
This commit is contained in:
@ -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
|
||||
?>
|
Reference in New Issue
Block a user