Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 09:06:25 +00:00
parent 00ba439310
commit 98189aa296
2 changed files with 6 additions and 18 deletions
+2 -6
View File
@@ -90,12 +90,8 @@ if (strlen($id)>0) {
}
//redirect the browser
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=apps.php\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
$_SESSION["message"] = $text['message-delete'];
header("Location: apps.php");
return;
?>