* move index to a symlink
authorArt Cancro <ajc@citadel.org>
Fri, 31 Oct 2003 04:54:52 +0000 (04:54 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 31 Oct 2003 04:54:52 +0000 (04:54 +0000)
ctdlphp/index.php [new file with mode: 0644]

diff --git a/ctdlphp/index.php b/ctdlphp/index.php
new file mode 100644 (file)
index 0000000..a4da890
--- /dev/null
@@ -0,0 +1,15 @@
+<?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();
+?>
+