silenced a silly little compiler warning
[citadel.git] / ctdlphp / login.php
index 00f25254e4cb6f3609cdc15da2dfbf747a82c4d6..ffe793c70826569b49c428b7b68238b1c1e7cac2 100644 (file)
@@ -6,12 +6,11 @@
 //
 // 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("hello");
+       echo ctdl_mesg("hello");
 ?>
 
        <div align=center>
@@ -19,7 +18,7 @@
 
        <table border="0" cellspacing="5" cellpadding="5" BGCOLOR="#EEEEEE">
                <tr><td>User name:</td>
-               <td><input type="text" name="name" maxlength="25"></td></tr>
+               <td><input type="text" name="user" maxlength="25"></td></tr>
                <tr><td>Password:</td>
                <td><input type="password" name="pass" maxlength="20"></td></tr>
 
@@ -36,4 +35,3 @@
 <?PHP
        bbs_page_footer();
 ?>
-