parent
1c860c3114
commit
ab9140e960
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue