TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

Fix plug-ins with parameters #154

Open jtojnar opened 11 months ago

jtojnar commented 11 months ago

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.