1<?php
2
3/**
4 * Default settings for the WebDAV Plugin
5 *
6 * @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
7 */
8
9$conf['remote']                = 1;
10$conf['remoteuser']            = '!!not set!!';
11$conf['fix_msoffice_lockroot'] = 0;
12$conf['show_button']           = 0;
13$conf['browser_plugin']        = 0;
14$conf['collections']           = 'pages,media';
15