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