Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 05:33:13 +00:00
parent 5a4ac81cf3
commit 85c4583b3b
10 changed files with 23 additions and 60 deletions
+2 -7
View File
@@ -90,13 +90,8 @@ if (count($_POST)>0) {
//echo "Affected Rows: ".$count;
//exit;
//edit: make sure the meta redirect url is correct
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=rsslist.php\">\n";
echo "<div align='center'>";
echo $text['message-update'];
echo "</div>";
require_once "resources/footer.php";
$_SESSION["message"] = $text['message-update'];
header("Location: rsslist.php");
return;
}
else {