Is there a page in Drupal 7 (or a module) that will show me what the name of the database is that the site is pointing to?
I know this can be done via settings.php, but I am setting up a build procedure that I can have lower level developers (or even non-developers) handle and a UI would be better. I recently had an issue with two sites pointing to the same database and it borked some things up. I want to add checking this setting to our build procedures.