X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a48e5ff4ad629b551f6a94143a5e9d0f235b1953..6a2fb5042be34b6a15a2b57816aadefa661ee2c7:/WEB-INF/config.php.dist?ds=inline 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);