]> git.joonet.de Git - adminer.git/commitdiff
Use password in example
authorJakub Vrana <jakub@vrana.cz>
Sat, 22 Feb 2025 15:21:07 +0000 (16:21 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sat, 22 Feb 2025 15:21:07 +0000 (16:21 +0100)
editor/example.php

index 6925cb0c53139efe69855c37947ef9d30d7da2a4..9874536dbc8e3c4cde114a1c71d6b176924d86fa 100644 (file)
@@ -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() {