Missing quotes (#6751)
This commit is contained in:
parent
777b56ae9a
commit
5e90483b95
|
|
@ -215,7 +215,7 @@ if (!function_exists('fax_split_dtmf')) {
|
||||||
include "resources/phpmailer/class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded
|
include "resources/phpmailer/class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded
|
||||||
|
|
||||||
//set php ini values
|
//set php ini values
|
||||||
ini_set(max_execution_time,900); //15 minutes
|
ini_set('max_execution_time', 900); //15 minutes
|
||||||
ini_set('memory_limit', '96M');
|
ini_set('memory_limit', '96M');
|
||||||
|
|
||||||
//start the to cache the output
|
//start the to cache the output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue