X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=d8bfe0c103d256c0f93f77b2726ba36cc7c06268;hb=bf5e56bc4052b478cca323386c7a71845a91989d;hp=1d852c21a456a0a9ba73d42340e2e351f2f85cf6;hpb=4da474b3fee7606ff8ce81b9e9c9d1fe82a82bdc;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1d852c21..d8bfe0c1 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -59,16 +59,6 @@ define('MULTITEAM_MODE', true); define('APP_NAME', ''); -// OLD_PASSWORDS -// -// You may need to set this option if you migrate an older version of TT installation to a new server. -// Older versions of TT used mysql password function to hash user passwords. Newer versions use md5. -// Because the password function may behave differently between servers, the OLD_PASSWORD settings -// gives you an opportunity to control it, if needed. -// -// define('OLD_PASSWORDS', true); - - // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color. @@ -207,6 +197,3 @@ 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);