Missing quotes (#6751)

This commit is contained in:
Alex 2023-06-09 16:59:09 -06:00 committed by GitHub
parent 777b56ae9a
commit 5e90483b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
//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');
//start the to cache the output