Fax Server: Removed echo of array in fax_send.php.

This commit is contained in:
Nate Jones
2014-09-04 07:01:17 +00:00
parent e65ef600c5
commit d3c7e2728f

View File

@@ -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);