Added a simple comment
This commit is contained in:
@@ -17,6 +17,7 @@ if ( empty($config) || empty($config['key']) || empty($config['input']) ) {
|
|||||||
exit(1);
|
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');
|
ini_set('memory_limit','1G');
|
||||||
|
|
||||||
function limitStringSize($str, $amount = 20) {
|
function limitStringSize($str, $amount = 20) {
|
||||||
|
|||||||
Reference in New Issue
Block a user