mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Translate message added in 4.4.0
This commit is contained in:
@@ -157,7 +157,7 @@ if (isset($_GET["username"])) {
|
||||
}
|
||||
list($host, $port) = explode(":", SERVER, 2);
|
||||
if (is_numeric($port) && $port < 1024) {
|
||||
auth_error('Connecting to privileged ports is not allowed.');
|
||||
auth_error(lang('Connecting to privileged ports is not allowed.'));
|
||||
}
|
||||
check_invalid_login();
|
||||
$connection = connect();
|
||||
|
Reference in New Issue
Block a user