From a99395033fdfef58280d4288cc12770c20f3e43c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 2 Apr 2022 19:06:19 -0600 Subject: [PATCH] Update fax_send.php Minor changes --- app/fax/fax_send.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax_send.php b/app/fax/fax_send.php index 1d1b10f529..164f0e23a4 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -107,7 +107,7 @@ if (!$included) { //set the fax directory $fax_dir = $_SESSION['switch']['storage']['dir'].'/fax/'.$_SESSION['domain_name']; - // set fax cover font to generate pdf + //set fax cover font to generate pdf $fax_cover_font = $_SESSION['fax']['cover_font']['text']; } else { @@ -183,7 +183,7 @@ if (!function_exists('fax_split_dtmf')) { $continue = false; if (!$included) { if (($_POST['action'] == "send")) { - //Get values from the HTTP POST to set as variables + //get the values from the HTTP POST $fax_numbers = $_POST['fax_numbers']; $fax_uuid = $_POST["id"]; $fax_caller_id_name = $_POST['fax_caller_id_name'];