aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-21 12:08:33 +0000
committerjwangen <jwangen>2002-09-21 12:08:33 +0000
commitee7898896f015033336c47406993b61f89c214fb (patch)
treebf34ae4c10a482098a5d0d7f8e60f063132fa004 /config.inc.php
parent04d8faf60e5c79550a3b64098603fa1b9ddd24bd (diff)
downloadphpicalendar-ee7898896f015033336c47406993b61f89c214fb.tar.gz
phpicalendar-ee7898896f015033336c47406993b61f89c214fb.tar.bz2
phpicalendar-ee7898896f015033336c47406993b61f89c214fb.zip
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
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php19
1 files changed, 2 insertions, 17 deletions
diff --git a/config.inc.php b/config.inc.php
index dabc925..0d13513 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,25 +1,10 @@
<?
-// Retain some compatibility backwards like.
-if(phpversion() >= "4.2.0")
-
- {
- extract($HTTP_POST_VARS);
- extract($HTTP_GET_VARS);
- }
-
$style_sheet = "default.css"; // Themes support
$fullpath = "webcal://"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
-$default_view = "day"; // filename of calendar without .ics
-$default_cal = "Home";
+$default_view = "day"; // default view for calendars
+$default_cal = "Home"; // filename of calendar without .ics
$language = "English"; // Language support
-
-if ($language == "English") {
- include "languages/english.inc.php";
-} else {
- include "languages/english.inc.php";
-}
-
?> \ No newline at end of file

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