]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/logout.php
* added api.html
[citadel.git] / ctdlphp / logout.php
index 3d27c5ecd1bd2d0b269aa49edb1d6fa0f131fdf1..c338b77c1f0aff306e0371c03bfa974c9eda90d7 100644 (file)
@@ -1,9 +1,18 @@
 <?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 ctdl_mesg("goodbye");
 
        echo "<a href=\"index.php\">Log in again</a><BR>\n" ;