aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-16 06:13:57 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-16 06:13:57 +0000
commitdd0b83f0d9872c98ec3d9848f5d8bbb2dba29064 (patch)
tree7d095a12e9524d339b33af63c7add44b18c13d4c /config.inc.php
parentbacf09b872727ef818643e3e4d2291aa3f11b00f (diff)
downloadphpicalendar-dd0b83f0d9872c98ec3d9848f5d8bbb2dba29064.tar.gz
phpicalendar-dd0b83f0d9872c98ec3d9848f5d8bbb2dba29064.tar.bz2
phpicalendar-dd0b83f0d9872c98ec3d9848f5d8bbb2dba29064.zip
changed default bleed time to 0200.
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 a630bd5..7d4a29e 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -24,7 +24,7 @@ $default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the
$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.
$second_offset = '0'; // The time in seconds between your time and your server's time.
-$bleed_time = '0000'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359'
+$bleed_time = '0200'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359'
// Advanced settings for custom installs, cookies, etc.
// In most cases these will not need to be set.

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