Skip to content

Commit b1a5703

Browse files
authored
Update adminer.php
1 parent 8bed1ce commit b1a5703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adminer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
if (!isset($_GET["username"])) {
1313
$_POST["auth"] = array(
1414
'driver' => 'server',
15-
'server' => DB::$host . ':' . DB::$port,
15+
'server' => DB::$host,
16+
'port' => DB::$port,
1617
'username' => DB::$username,
1718
'password' => DB::$password,
1819
'db' => DB::$database,

0 commit comments

Comments
 (0)