Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 05:48:33 +00:00
parent e204a8a180
commit ddb0a77fd8
8 changed files with 74 additions and 111 deletions
+3 -8
View File
@@ -57,13 +57,8 @@ else {
//write the provision files
require_once "app/provision/provision_write.php";
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=devices.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: devices.php");
return;
?>