Update fax_send.php (#6067)

Send redirects to new Outbox feature
This commit is contained in:
MCohenAuravox
2021-12-06 11:40:45 -06:00
committed by GitHub
parent 1c860c3114
commit ab9140e960

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;
}