Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / do_login.php
index 8a9c2e77bc83c591b87aef5e7f62e6d04b9e7a0f..97c87d9f80f2d935224bb482ae07f2cc4cc5c033 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";
 
@@ -33,7 +32,7 @@ if ($retval == FALSE) {
 else {
        echo "<A HREF=\"welcome.php\">Logged in.  ";
        echo "Click to continue if your browser does not refresh.</a><BR>";
-       echo "<meta http-equiv=\"refresh\" content=\"0;url=welcome.php\">\n";
+       echo "<meta http-equiv=\"refresh\" content=\"15;url=welcome.php\">\n";
 }
 
 bbs_page_footer();