* When sending the QUIT command to the server, output a bunch more newlines
[citadel.git] / ctdlphp / login.php
1 <?PHP
2         include "ctdlheader.php";
3         bbs_page_header();
4
5         ctdl_mesg("hello");
6 ?>
7
8 <a href="page2.php">Page Two</a><BR>
9 <a href="page3.php">Page Three</a><BR>
10
11 <?PHP
12         bbs_page_footer();
13 ?>
14