aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-24 04:23:52 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-24 04:23:52 +0000
commit75c2230d760c618ac905fe2507506abb9fcf30c5 (patch)
tree136082f94dec7aa608b28d174124e5e3e90a2667 /config.inc.php
parentab88aa25e6d76bb56ea43a798768e966d29bef46 (diff)
downloadphpicalendar-75c2230d760c618ac905fe2507506abb9fcf30c5.tar.gz
phpicalendar-75c2230d760c618ac905fe2507506abb9fcf30c5.tar.bz2
phpicalendar-75c2230d760c618ac905fe2507506abb9fcf30c5.zip
added bleed_time to default to day_start
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index b1462e5..f566339 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -24,8 +24,8 @@ $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine
$calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder.
$second_offset = '0'; // The time in seconds between your time and your server's time.
$bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359'. Is automatically set to $day_start if left blank.
-$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
-$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars
+$cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues.
+$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars -- AUTO SETTING -- Only set if you are having subscribe issues.
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.

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