docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Fix plug-ins with parameters

Open jtojnar opened this issue 2 years ago • 0 comments

When I enabled ADMINER_PLUGINS=login-servers and created plugins-enabled/login-servers.php as instructed in the plugin-loader error message, it would still try to create its own file in plugins-enabled, and then continue to complain, not noticing the file I added.

Let’s skip creating the file when a manually created one exists.

jtojnar avatar Sep 07 '23 08:09 jtojnar