Fax Server: Removed echo of array in fax_send.php.
This commit is contained in:
parent
7e1c6f9f3b
commit
07814a945c
|
|
@ -158,11 +158,6 @@ else {
|
||||||
//upload (if necessary) and send the fax
|
//upload (if necessary) and send the fax
|
||||||
if (($_POST['action'] == "send")) {
|
if (($_POST['action'] == "send")) {
|
||||||
|
|
||||||
echo "<pre>";
|
|
||||||
print_r($_FILES['fax_files']);
|
|
||||||
echo "</pre>";
|
|
||||||
exit;
|
|
||||||
|
|
||||||
$fax_number = check_str($_POST['fax_number']);
|
$fax_number = check_str($_POST['fax_number']);
|
||||||
if (strlen($fax_number) > 0) {
|
if (strlen($fax_number) > 0) {
|
||||||
$fax_number = preg_replace("~[^0-9]~", "",$fax_number);
|
$fax_number = preg_replace("~[^0-9]~", "",$fax_number);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue