Response message updates, removed language redundancy.

This commit is contained in:
Nate Jones
2014-02-23 07:33:53 +00:00
parent 6050f6a3ce
commit 72ec67fdd3
4 changed files with 7 additions and 31 deletions
+2 -6
View File
@@ -185,12 +185,8 @@ else {
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=ivr_menus.php\">\n";
echo "<div align='center'>\n";
echo $text['message-copy']."\n";
echo "</div>\n";
require_once "resources/footer.php";
$_SESSION["message"] = $text['message-copy'];
header("Location: ivr_menus.php");
return;
?>