* index.php now redirects to login.php
authorArt Cancro <ajc@citadel.org>
Fri, 31 Oct 2003 04:58:11 +0000 (04:58 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 31 Oct 2003 04:58:11 +0000 (04:58 +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..9454d08
--- /dev/null
@@ -0,0 +1,5 @@
+<?PHP
+
+header("Location: login.php");
+
+?>