Work on the new mailing list engine
[citadel.git] / ctdlphp / login.php
index ebf514e63b36106585113b6f4505e5f5cfaed94b..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>
 
        <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>
 
        <tr><td align=center COLSPAN=2>
        <input type="submit" name="action" value="Login">
        <input type="submit" name="action" value="New User">
-       <input type="submit" name="action" value="Exit">
+       <a href="logout.php">Exit</A>
        </td></tr>
 
        </table>
        </form>
        </div>
 
-<a href="page2.php">Page Two</a><BR>
-<a href="page3.php">Page Three</a><BR>
-
 <?PHP
        bbs_page_footer();
 ?>
-