aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 22:40:42 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 22:40:42 +0000
commit0b2808c29b72dd12cd3e7791d21f5d04aaa8eb01 (patch)
tree5a61932fc73400b929c27a72caeb6d70a54970b2 /index.php
parent9b6ebaaeb980024c9f932fc5c19c0d7b5f850bc7 (diff)
downloadphpicalendar-0b2808c29b72dd12cd3e7791d21f5d04aaa8eb01.tar.gz
phpicalendar-0b2808c29b72dd12cd3e7791d21f5d04aaa8eb01.tar.bz2
phpicalendar-0b2808c29b72dd12cd3e7791d21f5d04aaa8eb01.zip
Added index.php which points to default view.
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..dfe6195
--- /dev/null
+++ b/index.php
@@ -0,0 +1,7 @@
+<?
+
+include "config.inc.php";
+$default_view = "$default_view" . ".php";
+header("Location: $default_view");
+
+?> \ No newline at end of file

© 2014-2024 Faster IT GmbH | imprint | privacy policy