aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-27 08:40:38 +0000
committerjwangen <jwangen>2002-10-27 08:40:38 +0000
commit2c0300bb311d928ae4109a5d0786b01b2405558a (patch)
tree5ebfee86a5e7a8f8824eb68f3d174219a8ab4316 /config.inc.php
parent52eac8f196832bc33dc181eba1d75f44dab4eb5a (diff)
downloadphpicalendar-2c0300bb311d928ae4109a5d0786b01b2405558a.tar.gz
phpicalendar-2c0300bb311d928ae4109a5d0786b01b2405558a.tar.bz2
phpicalendar-2c0300bb311d928ae4109a5d0786b01b2405558a.zip
added configurable tmp dir
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index 5d80edb..a55fc72 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -21,6 +21,7 @@ $allday_week_lines = '1'; // Number of lines to wrap each event title in al
$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$timezone = ''; // Set timezone. Read TIMEZONES file for more information
$default_path = 'http://ical.silter.org/phpicalendar';
+$tmp_dir = '/tmp' // The temporary directory on your system (/tmp is fine for UNIXes including OS X)
// 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