error_log("PostfixAdmin: configured to use $mechanism, but asked to crypt password using {$method_in_hash}; are you migrating algorithm/mechanism or is something wrong?");
$mechanism=$method_in_hash;
@ -1742,7 +1742,7 @@ function db_connect()
$username_password=false;
}elseif(db_pgsql()){
// nothing to do.
// nothing to do.
}else{
thrownewException("<p style='color: red'>FATAL Error:<br />Invalid \$CONF['database_type']! Please fix your config.inc.php!</p>");