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
+2 -6
View File
@@ -56,12 +56,8 @@ if (strlen($id)>0) {
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=voicemails.php\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
$_SESSION["message"] = $text['message-delete'];
header("Location: voicemails.php");
return;
?>