Update fax_send.php (#6067)

Send redirects to new Outbox feature
This commit is contained in:
MCohenAuravox
2021-12-06 10:40:45 -07:00
committed by GitHub
parent 1c860c3114
commit ab9140e960
+2 -1
View File
@@ -811,7 +811,8 @@ if (!function_exists('fax_split_dtmf')) {
header("Location: fax_active.php?id=".$fax_uuid);
}
else {
header("Location: fax_files.php?id=".$fax_uuid."&box=sent");
//header("Location: fax_files.php?id=".$fax_uuid."&box=sent");
header("Location: fax_outbox.php?id=".$fax_uuid);
}
exit;
}