* ctdlprotocol.php: known room list fetch now sets subscript "hasnewmsgs"
[citadel.git] / ctdlphp / goto.php
1 <?PHP
2         include "ctdlheader.php";
3         bbs_page_header();
4
5         ctdl_goto($_REQUEST["towhere"]);
6
7         echo "You are now in: ", htmlspecialchars($_SESSION["room"]) , "<BR>\n";
8 ?>
9
10 <a href="welcome.php">Page One</a><BR>
11 <a href="page3.php">Page Three</a><BR>
12
13 <?PHP
14         bbs_page_footer();
15 ?>