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() {