php-mongodb-admin
php-mongodb-admin copied to clipboard
Added options for MongoDB configurations that are implementing auth
This is for when --auth = true is set when starting mongod from the commandline or when setting auth = true in /etc/mongodb.conf. See Configuration File Options
Just noticed that the server info is echoed into the page's header, displaying the username and password. Which would be preferred, adjusting the way the variables are joined together in the $server setup or adjusting what is echoed?