]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/login.php
* Firmed up the login/logout process
[citadel.git] / ctdlphp / login.php
index ebf514e63b36106585113b6f4505e5f5cfaed94b..00f25254e4cb6f3609cdc15da2dfbf747a82c4d6 100644 (file)
        <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();
 ?>