Added a simple comment
This commit is contained in:
		
							parent
							
								
									1ee954c97f
								
							
						
					
					
						commit
						3ee04e2080
					
				| 
						 | 
					@ -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