From 5e90483b95029d3957359bd9fc31e221e5b4c0cc Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:59:09 -0600 Subject: [PATCH] Missing quotes (#6751) --- secure/fax_to_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 3633508717..8a02188d23 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -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