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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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