Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 08:38:10 +00:00
parent 000e8c26d0
commit dc736b2d91
5 changed files with 13 additions and 37 deletions
+2 -6
View File
@@ -123,12 +123,8 @@ else {
$_SESSION["reload_xml"] = true;
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=".PROJECT_PATH."/app/sip_profiles/sip_profiles.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: ".PROJECT_PATH."/app/sip_profiles/sip_profiles.php");
return;
?>