restructure /etc/phpmyadmin/config.inc.php …/conf.d
Instead of using a single file for phpmyadmin-configuration we could add a new directory /etc/phpmyadmin/servers.conf.d
which has a file for each server.
this would simplify mulit-server setups and could cleanup the documentation and help in intuitive understanding of the configuration.
- remove multi-host-example
- remove poor-mans-solution from Debian.README and replace with an
if ($_SERVER['HTTP_HOST'] === 'example.com') {return;}
example - is it possible to connect to a different server than the control-db is running on?
We should prevent conflicts with #28