From cd06026f2d433d1ff9e34924f1d9ea63331f88f2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 12 Aug 2004 19:20:43 +0000 Subject: Added todo.js and charset. Needs testing. --- config.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index 4192d10..a53588a 100644 --- a/config.inc.php +++ b/config.inc.php @@ -26,6 +26,7 @@ $bleed_time = ''; // This allows events past midnight to just be displayed $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 +$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. $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. -- cgit v1.2.3