From: Jakub Vrana Date: Sat, 22 Feb 2025 15:21:07 +0000 (+0100) Subject: Use password in example X-Git-Tag: v4.17.0~31 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=e9d9a308446d0cfbfec9f72dc17a835c818edc0f;p=adminer.git Use password in example --- diff --git a/editor/example.php b/editor/example.php index 6925cb0c..9874536d 100644 --- a/editor/example.php +++ b/editor/example.php @@ -9,8 +9,8 @@ function adminer_object() { } function credentials() { - // ODBC user without password on localhost - return array('localhost', 'ODBC', ''); + // ODBC user with password ODBC on localhost + return array('localhost', 'ODBC', 'ODBC'); } function database() {