fix dlen
[citadel.git] / ctdlphp / logout.php
diff --git a/ctdlphp/logout.php b/ctdlphp/logout.php
deleted file mode 100644 (file)
index 66eb5c8..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?PHP
-
-// $Id$
-//
-// Log out the user and destroy the session.
-//
-// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
-// This program is released under the terms of the GNU General Public License.
-//
-
-       include "ctdlheader.php";
-
-       bbs_page_header();
-
-       ctdl_mesg("goodbye");
-
-       echo "<a href=\"index.php\">Log in again</a><BR>\n" ;
-
-       bbs_page_footer();
-       ctdl_end_session();
-?>