X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=1218f7f656fac29478adf154ba280502b65c02d8;hb=47676f16efdde0b36a4ed09d2ab0476584aeb2a6;hp=bb1937937c2bedc8ddeda01a025f2505fb50bd20;hpb=1bb418518633df9bda7d73235759b11e640cc81f;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index bb193793..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);