From 09515348107d9aab7823a12d31b082a2ebb75555 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 26 Apr 2008 11:52:49 -0700 Subject: CLEANUP: make index.php very short and move everything in separate files created an include dir and almost everything that was in index.php is now in separate files and gets only included in index.php... makes index.php look a lot nicer ;) Signed-off-by: Arun Persaud --- include/logout.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/logout.php (limited to 'include/logout.php') diff --git a/include/logout.php b/include/logout.php new file mode 100644 index 0000000..d74f091 --- /dev/null +++ b/include/logout.php @@ -0,0 +1,15 @@ +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