* experiments on user creation... not yet ready, but maybe helpfull to others.
[citadel.git] / ctdlphp / do_login.php
index cc15c791e8def7b0fb577ee205a65e6a4b438883..97c87d9f80f2d935224bb482ae07f2cc4cc5c033 100644 (file)
@@ -32,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();