Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / logout.php
index 66eb5c8905966bcf0d74b81fc2e32f735e428f55..ca36d77fa05b72ef2ee094c5e292dd3b1a72932c 100644 (file)
@@ -6,15 +6,14 @@
 //
 // 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" ;
+       echo "<a href=\"login.php\">Log in again</a><BR>\n" ;
 
        bbs_page_footer();
        ctdl_end_session();