From ee7898896f015033336c47406993b61f89c214fb Mon Sep 17 00:00:00 2001 From: jwangen Date: Sat, 21 Sep 2002 12:08:33 +0000 Subject: ical_parser.php was modified heavily. Recurring weekly events works pretty well and efficiently Modified the config to *only* have user customizable values and our initializations went into init.inc.php --- init.inc.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'init.inc.php') diff --git a/init.inc.php b/init.inc.php index 50c9dce..b64b3ff 100644 --- a/init.inc.php +++ b/init.inc.php @@ -1,6 +1,21 @@ = "4.2.0") + + { + extract($HTTP_POST_VARS); + extract($HTTP_GET_VARS); + } + include('./config.inc.php'); +// define supported languages +if ($language == "English") { + include "languages/english.inc.php"; +} else { + include "languages/english.inc.php"; +} + // $cal_filename should always be the filename of the calendar without .ics if (isset($_GET["cal"])) { $cal_filename = stripslashes(urldecode($_GET["cal"])); -- cgit v1.2.3