Update the redirect for dialplan_detail_delete.php
This commit is contained in:
parent
268f9d50f9
commit
57b8a86b72
|
|
@ -71,12 +71,11 @@ else {
|
|||
}
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
require_once "resources/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0;url=dialplan_edit.php?id=".$dialplan_uuid."&app_uuid=".$app_uuid."\">\n";
|
||||
echo "<div align='center'>\n";
|
||||
echo $text['message-delete']."\n";
|
||||
echo "</div>\n";
|
||||
require_once "resources/footer.php";
|
||||
//save the message to a session variable
|
||||
$_SESSION['message'] = $text['message-delete'];
|
||||
|
||||
//redirect the browser
|
||||
header("Location: dialplan_edit.php?id=".$dialplan_uuid."&app_uuid=".$app_uuid);
|
||||
exit;
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue