<?php
/**
 * Default settings for the odtsupport plugin
 *
 * @author Thomas Schäfer <thomas.schaefer@itschert.net>
 */

$conf['dateformat']    = 'd.m.y | H:i:s';
$conf['serverurl']    = 'file:\\\\\\\\\\SERVER\\path\\to\\directory';
$conf['firstdefinitionwins'] = 1;
