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

composer format

This commit is contained in:
David Goodwin 2021-10-12 19:53:54 +01:00
parent f8c8dcf520
commit 03ab100b4a

View File

@ -1640,7 +1640,6 @@ function db_connection_string()
}
$dsn .= ";dbname={$database_name};charset=UTF8";
} elseif (db_sqlite()) {
$db = $CONF['database_name'];