From 1b2060a4ce1ccdd4436e53d429d23392550927fc Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 13 May 2004 18:38:14 +0000 Subject: Fixed bug in index, colors in cal 7 in css. --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') 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 -- cgit v1.2.3