mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Missing quotes (#6751)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user