Update fax_send.php

Minor changes
This commit is contained in:
FusionPBX 2022-04-02 19:06:19 -06:00 committed by GitHub
parent 71be6af0c2
commit a99395033f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ if (!$included) {
//set the fax directory //set the fax directory
$fax_dir = $_SESSION['switch']['storage']['dir'].'/fax/'.$_SESSION['domain_name']; $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']; $fax_cover_font = $_SESSION['fax']['cover_font']['text'];
} }
else { else {
@ -183,7 +183,7 @@ if (!function_exists('fax_split_dtmf')) {
$continue = false; $continue = false;
if (!$included) { if (!$included) {
if (($_POST['action'] == "send")) { 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_numbers = $_POST['fax_numbers'];
$fax_uuid = $_POST["id"]; $fax_uuid = $_POST["id"];
$fax_caller_id_name = $_POST['fax_caller_id_name']; $fax_caller_id_name = $_POST['fax_caller_id_name'];