Update v_mailto.php

This commit is contained in:
FusionPBX 2017-04-21 04:51:50 -06:00 committed by GitHub
parent 1cf849809b
commit 8fcaab4f90
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
//set init settings
ini_set('max_execution_time',1800); //30 minutes
ini_set('memory_limit', '128M');
ini_set('memory_limit', '512M');
//listen for standard input
if ($msg == '') {