From e9d9a308446d0cfbfec9f72dc17a835c818edc0f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 22 Feb 2025 16:21:07 +0100 Subject: [PATCH] Use password in example --- editor/example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {