From 30801f88bb88dfa0c7d473df6f7518fa2b363ffb Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 27 Oct 2005 17:27:58 +0000 Subject: *** empty log message *** --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 51a222c..54872bc 100644 --- a/index.php +++ b/index.php @@ -17,8 +17,6 @@ if ($printview_default == 'yes') { die; } } -/*header("Location: $default_view");*/ - -include( $default_view ); +header("Location: $default_view"); ?> -- cgit v1.2.3