aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-09 19:40:02 +0000
committerjwangen <jwangen>2002-10-09 19:40:02 +0000
commit6c01da53c2e1714b80c796aced24d82698258fad (patch)
treeba7d18e2d0f3c5948411645b1169779531a5cfa1 /functions/init.inc.php
parentd00b2746b30e9fecdf038bd1cc05ba1545cf1105 (diff)
downloadphpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.tar.gz
phpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.tar.bz2
phpicalendar-6c01da53c2e1714b80c796aced24d82698258fad.zip
commented out in init where it required $getdate to come from HTTP_GET_VARS
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index e6f2b53..2bb2bc8 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -29,12 +29,13 @@ if (file_exists($lang_file)) {
exit(error('The requested language "'.$language.'" is not a supported language. Please use the configuration file to choose a supported language.'));
}
+/*
if (isset($HTTP_GET_VARS['getdate']) && ($HTTP_GET_VARS['getdate'] !== '')) {
$getdate = $HTTP_GET_VARS['getdate'];
} else {
$getdate = date('Ymd');
}
-
+*/
$is_webcal = FALSE;

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