diff options
author | Arun Persaud <arun@nubati.net> | 2008-04-26 13:01:41 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-04-26 13:01:41 -0700 |
commit | 924f395a39eeccbcd54d540613e440cbedd6ba3d (patch) | |
tree | f78d88b5285bb2d0bcd87e7281411df18749943b /include/logout.php | |
parent | 09515348107d9aab7823a12d31b082a2ebb75555 (diff) | |
download | e-DoKo-924f395a39eeccbcd54d540613e440cbedd6ba3d.tar.gz e-DoKo-924f395a39eeccbcd54d540613e440cbedd6ba3d.tar.bz2 e-DoKo-924f395a39eeccbcd54d540613e440cbedd6ba3d.zip |
CLEANUP: cleaned up index.php a bit more by introducing an 'action' variable
no more if, but one nice switch statement in index.php
Signed-off-by: Arun Persaud <arun@nubati.net>
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 |