aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-26 08:34:34 +0000
committerjwangen <jwangen>2002-09-26 08:34:34 +0000
commit153e93b99820f19b1e264191c139bb9062d9c9e4 (patch)
treebf249a086307765fdfbea58e8f9b69c3d0f0d76c /config.inc.php
parentf35f8c14ad49f607e2cfd54e7799ffae1126558a (diff)
downloadphpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.tar.gz
phpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.tar.bz2
phpicalendar-153e93b99820f19b1e264191c139bb9062d9c9e4.zip
Montly recurrences should be working now
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 3d74509..6b130ec 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -4,7 +4,7 @@ $style_sheet = "default.css"; // Themes support - "default.css", "red.css
$fullpath = "webcal://path/to/your/webcal/calendars/"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars = "day", "week", "month"
-$default_cal = "Home"; // filename of calendar without .ics
+$default_cal = "Home"; // exact filename of calendar without .ics
$language = "english"; // Language support - "english", "polish", "german", "french", "dutch", "danish", "italian", "japanese", "norwegian"
$week_start_day = "Sunday"; // Day of the week your week starts on
$use_sessions = "yes"; // For speedy performance on web servers, not good for localhost use.

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