docker-adminer
docker-adminer copied to clipboard
Fix plug-ins with parameters
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.