From 924f395a39eeccbcd54d540613e440cbedd6ba3d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 26 Apr 2008 13:01:41 -0700 Subject: 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 --- include/logout.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/logout.php') 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 "
You are now logged out!
\n". -"(This will take you back to the home-page)
"; ?> \ No newline at end of file -- cgit v1.2.3-18-g5258