aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-13 18:38:14 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-13 18:38:14 +0000
commit1b2060a4ce1ccdd4436e53d429d23392550927fc (patch)
tree23a006198af4fd18e2b82b8f3d8407e1c1f36522 /index.php
parent3e70622a7eaead6d7474de9fd6bb3751df89cc0f (diff)
downloadphpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.tar.gz
phpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.tar.bz2
phpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.zip
Fixed bug in index, colors in cal 7 in css.
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index afabd37..c49ac4e 100644
--- a/index.php
+++ b/index.php
@@ -11,6 +11,8 @@ if ($printview_default == 'yes') {
} else {
$default_view = "$default_view" . ".php";
}
-header("Location: $default_view");
+/*header("Location: $default_view");*/
+
+include( $default_view );
?> \ No newline at end of file

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