aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-11 19:59:36 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-11 19:59:36 +0000
commita3fc12aaf3ed0e90b750412fa8037da3dfa18e62 (patch)
tree294c5902fce3f664e642dee267060a16444436af /config.inc.php
parent798eb784e9ef737d4642040cb3178b237c53ec26 (diff)
downloadphpicalendar-a3fc12aaf3ed0e90b750412fa8037da3dfa18e62.tar.gz
phpicalendar-a3fc12aaf3ed0e90b750412fa8037da3dfa18e62.tar.bz2
phpicalendar-a3fc12aaf3ed0e90b750412fa8037da3dfa18e62.zip
Made a tweek to allow calendar folders outside phpicalendar installation.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 01d5407..b476dd4 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -6,7 +6,6 @@
// Follow instructions to the right for detailed information
$style_sheet = 'silver'; // Themes support - silver, red, green, orange, grey, tan
-$calendar_path = './calendars'; // Path to directory with calendars
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
$default_cal = 'School'; // Exact filename of calendar without .ics
@@ -22,6 +21,8 @@ $week_events_lines = '1'; // Number of lines to wrap each event title in th
$timezone = ''; // Set timezone. Read TIMEZONES file for more information
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X)
+$calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
+
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.

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