aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:57 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:57 +0000
commitd6405b94fff1853f6654ecb85eea79721827b6ca (patch)
tree94eed54194dc8ff3aa2512d66816a0f7e60fc5bb /config.inc.php
parentbbfbcfca381146e0ca2a161616513cf2e66f3337 (diff)
downloadphpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.tar.gz
phpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.tar.bz2
phpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.zip
kill admin.php; misc other changes; bump rc num
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.inc.php b/config.inc.php
index db7a9e0..7cd0b5b 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -29,7 +29,7 @@ Note that the allow_webcals setting allows webcals to be passed as URLs. You do
# 'cookie_uri' => '',
# 'download_uri' => '',
# 'allow_webcals' => 'yes',
- 'recursive_path' => 'yes',
+# 'recursive_path' => 'yes',
/* ** Timezones **
If timezone is not set, all events show in the local time of the source calendar. This isn't a problem if all your calendars are in the same timezone. If you set a timezone for the server, events in other timezones are shown when they occur at the server's time.
@@ -57,7 +57,6 @@ phpicalendar currently supports about 30 language variants. For a list of suppo
# 'show_todos' => 'no',
# 'show_completed' => 'no',
'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars.
-# 'allow_admin' => 'yes',
# 'week_start_day' => 'Monday', // Day of the week your week starts on
# 'week_length' => '5', // Number of days to display in the week view
# 'day_start' => '0600', // Start time for day grid
@@ -80,11 +79,11 @@ $blacklisted_cals = array(
these arrays provide extra calendar options.
*/
-$list_webcals[] = array(
+$list_webcals = array(
# 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'
);
$more_webcals['recur_tests'] = array();
-$locked_cals[] = array(
+$locked_cals = array(
);
/* ========= SPECIAL CALENDARS =========

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