X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/029e1daa627ad332edd64bba79f5415fcaf1407d..e4896c39b96b7ff311d61a36cf9128ebb305a24b:/WEB-INF/config.php.dist 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.