fix dlen
[citadel.git] / ctdlphp / goto.php
diff --git a/ctdlphp/goto.php b/ctdlphp/goto.php
deleted file mode 100644 (file)
index 64d5f96..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?PHP
-       include "ctdlheader.php";
-       bbs_page_header();
-
-       ctdl_goto($_REQUEST["towhere"]);
-
-       echo "You are now in: ", htmlspecialchars($_SESSION["room"]) , "<BR>\n";
-?>
-
-<a href="welcome.php">Page One</a><BR>
-<a href="page3.php">Page Three</a><BR>
-
-<?PHP
-       bbs_page_footer();
-?>