Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 09:39:12 +00:00
parent 2339334bdc
commit 80b546406e
6 changed files with 20 additions and 49 deletions

View File

@@ -47,12 +47,8 @@ else {
$permission->restore();
//show a message to the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=groups.php\">\n";
echo "<div align='center'>\n";
echo $text['message-restore']."\n";
echo "</div>\n";
require_once "resources/footer.php";
$_SESSION["message"] = $text['message-restore'];
header("Location: groups.php");
return;
?>