Add human bytes conversion with maximum size (#7)

This commit is contained in:
Beu
2020-02-24 23:35:33 +01:00
parent 907d92639f
commit 2ec44d4a50
4 changed files with 18 additions and 6 deletions

View File

@ -3,6 +3,6 @@
define('_HTTP_PROTO','http');
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
define('_SIZE_LIMIT','2000000'); // in bytes
define('_SIZE_LIMIT','2097152'); // in bytes
define('_PRETTY_URL', false); // Based on htaccess
?>