aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-02 03:01:44 +0000
committerjwangen <jwangen>2002-10-02 03:01:44 +0000
commit6ab942a62550e6f22a3b3e4e3adc67c5207eeda2 (patch)
tree034d7f21dc38e64b104b47eb6ab3c9b414ebe915 /config.inc.php
parentc4c389ff735a71c66c902aa115a3ee9240293ac3 (diff)
downloadphpicalendar-6ab942a62550e6f22a3b3e4e3adc67c5207eeda2.tar.gz
phpicalendar-6ab942a62550e6f22a3b3e4e3adc67c5207eeda2.tar.bz2
phpicalendar-6ab942a62550e6f22a3b3e4e3adc67c5207eeda2.zip
Added the ability to not list icals if specified in config.inc.php.
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 a70421b..9380cda 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -10,5 +10,5 @@ $use_sessions = "yes"; // For speedy performance on web servers, not good fo
$day_start = "0700"; // Start time for day grid
$gridLength = "15"; // grid distance in minutes for day view
$display_custom_goto = ""; // in the "Jump To" box, display the custom "go to day" box. "yes" means Yes, anything else means no. "yes" must be lowercase.
-
+$display_ical_list = "yes"; // in the "Jump To" box, display the pop-up menu with the list of all calendars in the $calendar_path directory. "yes" means Yes, anything else means no. "yes" must be lowercase.
?> \ No newline at end of file

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