aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-26 02:54:46 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-26 02:54:46 +0000
commita45d54a3f479740b88a319070942bcef31362d15 (patch)
treea74e7b99a6fde9805ad0fd9234e62292edf26342 /config.inc.php
parent36051c01451f9b08b71e5f8f1667526c54de1be5 (diff)
downloadphpicalendar-a45d54a3f479740b88a319070942bcef31362d15.tar.gz
phpicalendar-a45d54a3f479740b88a319070942bcef31362d15.tar.bz2
phpicalendar-a45d54a3f479740b88a319070942bcef31362d15.zip
initial session checkin. most are commented out.
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 a1f5a63..3d74509 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,6 +1,5 @@
<?php
-
$style_sheet = "default.css"; // Themes support - "default.css", "red.css", "green.css"
$fullpath = "webcal://path/to/your/webcal/calendars/"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
@@ -8,5 +7,6 @@ $default_view = "day"; // default view for calendars = "day", "week", "
$default_cal = "Home"; // 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.
?> \ No newline at end of file

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