aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-11 01:32:24 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-11 01:32:24 +0000
commit73f07eb4cf6b537d122885fa92b1e074aa03cf39 (patch)
tree7cc04f3686332e28bfbd8d3d012b18f3301880d0 /index.php
parent47f63abfe8799c010902fbfb685794389393c5ee (diff)
downloadphpicalendar-73f07eb4cf6b537d122885fa92b1e074aa03cf39.tar.gz
phpicalendar-73f07eb4cf6b537d122885fa92b1e074aa03cf39.tar.bz2
phpicalendar-73f07eb4cf6b537d122885fa92b1e074aa03cf39.zip
fix index.php to pass cpath
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
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");
?>

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