aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2005-11-24 04:31:02 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2005-11-24 04:31:02 +0000
commit8951ef3d793be160ed66f57c0844730531de737c (patch)
tree897f73a1704c8752eec9062fdc4e9029698d3ed2 /config.inc.php
parentf327c0bbc3252553eea7f66db88e031554a3fe11 (diff)
downloadphpicalendar-8951ef3d793be160ed66f57c0844730531de737c.tar.gz
phpicalendar-8951ef3d793be160ed66f57c0844730531de737c.tar.bz2
phpicalendar-8951ef3d793be160ed66f57c0844730531de737c.zip
Accidentally commited webcal URL for US holidays.
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 aed8a4e..a3c7517 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -72,7 +72,7 @@ $blacklisted_cals[] = ''; // list. This should be the exact calendar filenam
$blacklisted_cals[] = ''; // the parser will *not* parse any cal that is in this list (it will not be Web accessible)
// add more lines as necessary
-$list_webcals['US Holidays'] = 'http://ical.mac.com/ical/US32Holidays.ics'; // Fill in between the quotes exact URL of a calendar that you wish
+$list_webcals[] = ''; // Fill in between the quotes exact URL of a calendar that you wish
$list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http://
$list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix
$list_webcals[] = ''; // $allow_webcals does *not* need to be "yes" for these to show up and work

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