]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/index.php
* index.php now redirects to login.php
[citadel.git] / ctdlphp / index.php
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");
+
+?>