parent
71be6af0c2
commit
a99395033f
|
|
@ -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'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue