X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=3f6fdaf33601fcfe24457e9e537382c5ad244e7c;hb=6a2fb5042be34b6a15a2b57816aadefa661ee2c7;hp=1218f7f656fac29478adf154ba280502b65c02d8;hpb=95356f167c97ca1a70fc78d91a9dbc7b1d258b31;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1218f7f6..3f6fdaf3 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -207,3 +207,6 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// A temporary config option while development of subgroup support is ongoing. To be removed later. +// define('SUBGROUP_DEBUG', false);