aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-02-16 06:25:42 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-02-16 06:25:42 +0000
commit9ad3203bf87da355f14ce1f10815b50386308dee (patch)
tree3af53d8272ce69e1e91953eb85ba2df5ff3a1941 /config.inc.php
parent2e26a1297de73ef09a87f9e4e97ed2090a448275 (diff)
downloadphpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.tar.gz
phpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.tar.bz2
phpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.zip
fixes for 1634128 and allow passing event data via request instead of just post
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 c24709f..1253283 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -26,7 +26,7 @@ $second_offset = ''; // The time in seconds between your time and your serv
$bleed_time = '-1'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time.
$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 = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
+$default_path = 'http://localhost/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
$charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8, or iso-8859-1 for most languages.
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.

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