aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-31 11:20:19 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-31 11:20:19 +0000
commit6acc8ae9aad60bb079f86e7495495903ddaa0756 (patch)
tree3eae5a5b1a09b17c06e05fbd8ce7a77ea11a6510 /config.inc.php
parent3622dadfe00a8caab1957103cc8f2ed8959e4df2 (diff)
downloadphpicalendar-6acc8ae9aad60bb079f86e7495495903ddaa0756.tar.gz
phpicalendar-6acc8ae9aad60bb079f86e7495495903ddaa0756.tar.bz2
phpicalendar-6acc8ae9aad60bb079f86e7495495903ddaa0756.zip
turn things off in config.inc.php
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.inc.php b/config.inc.php
index 4cfa7b1..b940a92 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -37,7 +37,7 @@ The salt parameter is used to obfuscate things like webcal links that may have u
/* ** 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.
*/
- 'timezone' => 'US/Central',
+# 'timezone' => 'US/Central',
# 'second_offset' => $secs,
/* ** Appearance **
@@ -60,7 +60,7 @@ phpicalendar currently supports about 30 language variants. For a list of suppo
# 'show_search' => 'yes',
# 'show_todos' => 'no',
# 'show_completed' => 'no',
- 'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars.
+# 'allow_login' => 'yes', // Set to yes to prompt for login to unlock calendars.
# '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
@@ -76,6 +76,7 @@ these arrays provide extra calendar options.
*/
$blacklisted_cals = array(
+''
);
/* ========= SPECIAL CALENDARS =========
@@ -87,20 +88,20 @@ $list_webcals = array(
);
$more_webcals['recur_tests'] = array();
$locked_cals = array(
- 'Cindy','nuug'
+
);
/* ========= SPECIAL CALENDARS =========
these arrays provide extra calendar options.
*/
-$locked_map['jimhu:lambda'] = array('Cindy', 'nuug'); // Map username:password accounts to locked calendars that should be
+$locked_map['user1:pass'] = array(''); // Map username:password accounts to locked calendars that should be
$locked_map['user2:pass'] = array(''); // unlocked if logged in. Calendar names should be the same as what is
$locked_map['user3:pass'] = array(''); // listed in the $locked_cals, again without the .ics suffix.
$locked_map['user4:pass'] = array(''); // Example: $locked_map['username:password'] = array('Locked1', 'Locked2');
// add more lines as necessary
-$apache_map['jimhu'] = array('Home'); // Map HTTP authenticated users to specific calendars. Users listed here and
+$apache_map['user1'] = array(''); // Map HTTP authenticated users to specific calendars. Users listed here and
$apache_map['user2'] = array(''); // authenticated via HTTP will not see the public calendars, and will not be
$apache_map['user3'] = array(''); // given any login/logout options. Calendar names not include the .ics suffix.
$apache_map['user4'] = array(''); // Example: $apache_map['username'] = array('Calendar1', 'Calendar2');

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