xref: /plugin/davcal/conf/default.php (revision 185e2535914616e98630b0777145a3e6d5c8d81b)
1<?php
2/**
3 * Default settings for the davcal plugin
4 *
5 * @author Andreas Boehler <dev@aboehler.at>
6 */
7
8$conf['hide_settings']          = '0';
9$conf['disable_ics']            = '1';
10$conf['disable_sync']           = '1';
11
12