* Cleanup
[citadel.git] / ctdlphp / logout.php
index c338b77c1f0aff306e0371c03bfa974c9eda90d7..ca36d77fa05b72ef2ee094c5e292dd3b1a72932c 100644 (file)
@@ -6,7 +6,6 @@
 //
 // 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";
 
@@ -14,7 +13,7 @@
 
        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();