aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-22 01:31:34 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-22 01:31:34 +0000
commitb72a372a74668090ba8a81843de9797977e893f7 (patch)
tree614e4b4ff3b3e559e876c65ba4ba6c8bdb1d3c67 /default_config.php
parentd54564c48de75da8101e002ecd81e960f59fd351 (diff)
downloadphpicalendar-b72a372a74668090ba8a81843de9797977e893f7.tar.gz
phpicalendar-b72a372a74668090ba8a81843de9797977e893f7.tar.bz2
phpicalendar-b72a372a74668090ba8a81843de9797977e893f7.zip
squelch warnings when using default_settings.php
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/default_config.php b/default_config.php
index 89261fa..89fad1c 100644
--- a/default_config.php
+++ b/default_config.php
@@ -67,6 +67,11 @@ $ftp_calendar_path = ''; // Only used if $auth_method='ftp'. The full path t
// You can increase the number of unique colors by adding additional images (monthdot_n.gif)
// and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n
// Colors will repeat from the beginning for calendars past $unique_colors (7 by default), with no limit.
-$unique_colors = '7';
+$unique_colors = '7';
+
+$blacklisted_cals = array();
+$list_webcals = array();
+$locked_cals = array();
+$locked_map = array();
?>

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