X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=8e9cf20f196d77f68c28e5a418d9d03240672952;hb=6c7a98f61e74aeae700b523729abb49ff19d3704;hp=bb1937937c2bedc8ddeda01a025f2505fb50bd20;hpb=1bb418518633df9bda7d73235759b11e640cc81f;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index bb193793..8e9cf20f 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -208,3 +208,7 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// define('MANAGER_ONLY_TEAM_SETTINGS', true); // Note: temporary define, to be removed after introduction of role edits. + // Currently checked for "defined" only in profile_edit.tpl, meaning that false + // value here means the same thing. \ No newline at end of file