Replies: 1 comment 1 reply
-
Please refer to the plugin's author for support. I am only packaging Adminer for easy use with Docker and I am not knowledgeable about all Adminer plugins. I believe you might achieve what you need by using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the lack of knowledge but how I use plugins?
I try this code but I see in login Server only numbers
And I can not connect
The code save in /var/www/html/plugins-enabled/test.php
`<?php
require_once('plugins/login-servers.php');
/** Set supported servers
* @param array array($domain) or array($domain => $description) or array($category => array())
* @param string
*/
return new AdminerLoginServers(
$servers = ["test","test2"],
$driver = 'server'
);`
And this is the list I see in html
tr th Server /th td select name="auth[server]" class="" option 0 /option option 1 /option /select /td /tr
Beta Was this translation helpful? Give feedback.
All reactions