Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 08:47:58 +00:00
parent e01388d12f
commit 6abc53c75b
4 changed files with 22 additions and 46 deletions
+3 -7
View File
@@ -64,17 +64,13 @@ else {
}
//redirect the user
require_once "resources/header.php";
$_SESSION["message"] = $text['message-delete'];
if ($referer_path == "/app/voicemails/voicemail_messages.php") {
echo "<meta http-equiv=\"refresh\" content=\"2;url=voicemail_messages.php?".$referer_query."\">\n";
header("Location: voicemail_messages.php?".$referer_query);
}
else {
echo "<meta http-equiv=\"refresh\" content=\"2;url=voicemails.php\">\n";
header("Location: voicemails.php");
}
echo "<div align='center'>\n";
echo "Delete Complete\n";
echo "</div>\n";
require_once "resources/footer.php";
return;
?>