aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-26 15:34:09 +0000
committerjwangen <jwangen>2002-09-26 15:34:09 +0000
commite83d767bc9527ab20c7932ed359dc2d6a383d837 (patch)
treec315b894428f16f5f27ce53390990f5540ddd63d /config.inc.php
parent153e93b99820f19b1e264191c139bb9062d9c9e4 (diff)
downloadphpicalendar-e83d767bc9527ab20c7932ed359dc2d6a383d837.tar.gz
phpicalendar-e83d767bc9527ab20c7932ed359dc2d6a383d837.tar.bz2
phpicalendar-e83d767bc9527ab20c7932ed359dc2d6a383d837.zip
Modified the language include so it doesn't break if the file doesn't exist
Added warning to let the user know why the language they chose didn't show up. Made $language be passed to strtolower() before being used so if the user capitalizes the first character it still finds the file.
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 6b130ec..a53d0e7 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@ $fullpath = "webcal://path/to/your/webcal/calendars/"; // what iCal file are we
$calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars = "day", "week", "month"
$default_cal = "Home"; // exact filename of calendar without .ics
-$language = "english"; // Language support - "english", "polish", "german", "french", "dutch", "danish", "italian", "japanese", "norwegian"
+$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