1<?php
2/**
3 * Default settings for the odtsupport plugin
4 *
5 * @author Thomas Schäfer <thomas.schaefer@itschert.net>
6 */
7
8$conf['dateformat']    = 'd.m.y | H:i:s';
9$conf['serverurl']    = 'file:\\\\\\\\\\SERVER\\path\\to\\directory';
10$conf['firstdefinitionwins'] = 1;
11