fix dlen
[citadel.git] / ctdlphp / login.php
diff --git a/ctdlphp/login.php b/ctdlphp/login.php
deleted file mode 100644 (file)
index a4da890..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?PHP
-       include "ctdlheader.php";
-
-       bbs_page_header();
-
-       ctdl_mesg("hello");
-?>
-
-<a href="page2.php">Page Two</a><BR>
-<a href="page3.php">Page Three</a><BR>
-
-<?PHP
-       bbs_page_footer();
-?>
-