Added a simple comment

This commit is contained in:
Daniel Legt 2021-02-28 11:09:42 +02:00
parent 1ee954c97f
commit 3ee04e2080
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if ( empty($config) || empty($config['key']) || empty($config['input']) ) {
exit(1);
}
// The memory limit has been set so that we can pass it big strings and test how much it can/will use.
ini_set('memory_limit','1G');
function limitStringSize($str, $amount = 20) {