X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=1218f7f656fac29478adf154ba280502b65c02d8;hb=873cee05ecd24aa9066b467b2c90132ee08a99a1;hp=fed4eea59a393285170e871b8038311f6bdb035b;hpb=93b6bab58db7c4160f256a83dd27372e3d2bd1a8;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index fed4eea5..1218f7f6 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -42,11 +42,10 @@ define('DSN', 'mysqli://root:no@localhost/dbname?charset=utf8'); // and now you see some corrupted characters. See http://dev.mysql.com/doc/refman/5.0/en/charset-mysql.html -// MULTITEAM_MODE option defines whether users can create their own teams. +// MULTITEAM_MODE option defines whether users can create their own top groups (organizations). +// When false, a Time Tracker server is managed by admin, who creates top groups (one or many). // // Available values are true or false. -// If true users can create their own teams. -// If false only admin can create teams. // define('MULTITEAM_MODE', true); @@ -70,33 +69,6 @@ define('APP_NAME', ''); // define('OLD_PASSWORDS', true); -// Holidays. At this time holiday days are defined in the localization files (one file per language). -// The SHOW_HOLIDAYS option defines whether holidays are highlighted with holiday color. -// -define('SHOW_HOLIDAYS', true); - - -// COST_ON_REPORTS - defines the availability of the Cost field on the Reports page. -// -define('COST_ON_REPORTS', true); - - -// READONLY_START_FINISH - defines whether the start and finish fields on time entry pages are read-only. -// This applies to regular users only. Manager and co-managers can edit these values. -// -// 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.