From 73f07eb4cf6b537d122885fa92b1e074aa03cf39 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 11 Nov 2005 01:32:24 +0000 Subject: fix index.php to pass cpath --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 54872bc..dd88821 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,9 @@ if ($printview_default == 'yes') { die; } } +if(isset($_GET['cpath'])){ + $default_view .= '?cpath='.$_GET['cpath']; +} header("Location: $default_view"); ?> -- cgit v1.2.3