mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fax Server: Removed echo of array in fax_send.php.
This commit is contained in:
@@ -158,11 +158,6 @@ else {
|
||||
//upload (if necessary) and send the fax
|
||||
if (($_POST['action'] == "send")) {
|
||||
|
||||
echo "<pre>";
|
||||
print_r($_FILES['fax_files']);
|
||||
echo "</pre>";
|
||||
exit;
|
||||
|
||||
$fax_number = check_str($_POST['fax_number']);
|
||||
if (strlen($fax_number) > 0) {
|
||||
$fax_number = preg_replace("~[^0-9]~", "",$fax_number);
|
||||
|
||||
Reference in New Issue
Block a user