diff options
Diffstat (limited to 'include/logout.php')
-rw-r--r-- | include/logout.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/logout.php b/include/logout.php index d74f091..f2ebbaf 100644 --- a/include/logout.php +++ b/include/logout.php @@ -10,6 +10,4 @@ session_unset(); session_destroy(); $_SESSION = array(); -echo "<div class=\"message\"><span class=\"bigger\">You are now logged out!</span><br />\n". -"(<a href=\"$INDEX\">This will take you back to the home-page</a>)</div>"; ?>
\ No newline at end of file |