Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 08:41:57 +00:00
parent dc736b2d91
commit e01388d12f
+3 -7
View File
@@ -1,4 +1,4 @@
<?php <?php
/* /*
FusionPBX FusionPBX
Version: MPL 1.1 Version: MPL 1.1
@@ -484,12 +484,8 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
} }
//redirect the browser //redirect the browser
require_once "resources/header.php"; $_SESSION["message"] = $text['confirm-update-complete'];
echo "<meta http-equiv=\"refresh\" content=\"2;url=".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=4b821450-926b-175a-af93-a03c441818b1\">\n"; header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=4b821450-926b-175a-af93-a03c441818b1");
echo "<div align='center'>\n";
echo "".$text['confirm-update-complete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
return; return;
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) } //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)