0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

re-format

This commit is contained in:
David Goodwin 2021-02-20 14:29:23 +00:00
parent cc8cfff7e5
commit 0fc3765528

View File

@ -1594,7 +1594,6 @@ function db_connection_string() {
}
$dsn .= ";options='-c client_encoding=utf8'";
} else {
throw new Exception("<p style='color: red'>FATAL Error:<br />Invalid \$CONF['database_type'] <br/>Only: 'pgsql', 'mysql' or 'sqlite' supported. <br/> Please fix your config.inc.php!</p>");
}