Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 07:48:21 +00:00
parent 8f937d194d
commit 9a385be255
4 changed files with 11 additions and 27 deletions

View File

@@ -104,12 +104,8 @@ else {
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=ring_groups.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: ring_groups.php");
return;
?>