X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=bca0da0edd63cb07806ab2c5521e68f0730f8cfa;hb=c9ab2e84d7c459e4d5e8e946be78c2e49533796e;hp=25ba2c0d36f5620d98032b7852dcad1b77467e5b;hpb=029e1daa627ad332edd64bba79f5415fcaf1407d;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 25ba2c0d..bca0da0e 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -86,11 +86,17 @@ define('COST_ON_REPORTS', true); // // define('READONLY_START_FINISH', false); + // FUTURE_ENTRIES - defines whether users can create entries for future dates. Defaults to true. // // define('FUTURE_ENTRIES', false); +// ALLOW_OVERLAP - defines whether overlapping time entries are allowed. Defaults to false. +// +// define('ALLOW_OVERLAP', true); + + // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color.