Response message updates.

This commit is contained in:
Nate Jones
2014-02-21 02:27:42 +00:00
parent 19171579fe
commit addf5777dd
2 changed files with 12 additions and 21 deletions

View File

@@ -92,13 +92,9 @@ if (strlen($id)>0) {
}
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=call_flows.php\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
return;
$_SESSION["message"] = $text['message-delete'];
header("Location: call_flows.php");
return;
?>