Response message updates... from Pizza Hut!!!

This commit is contained in:
Nate Jones
2014-02-21 05:06:46 +00:00
parent ec4adf8145
commit 8bf986b259
2 changed files with 10 additions and 24 deletions

View File

@@ -56,13 +56,9 @@ else {
save_var_xml();
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=vars.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: vars.php");
return;
?>