Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 08:38:10 +00:00
parent 44dce0b110
commit f4f85dbb0e
5 changed files with 13 additions and 37 deletions
+2 -6
View File
@@ -78,12 +78,8 @@ if (strlen($id)>0) {
}
//redirect the browser
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=sip_profiles.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: sip_profiles.php");
return;
?>