Response message updates.

This commit is contained in:
Nate Jones
2014-02-21 02:23:40 +00:00
parent 50506b8d8d
commit 19171579fe
7 changed files with 26 additions and 66 deletions

View File

@@ -76,13 +76,9 @@ if (count($_GET)>0) {
unset($sql);
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=call_center_agents.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_center_agents.php");
return;
?>