Hi, in the doc we say: $cfg['ShowServerInfo'] boolean Defines whether to display detailed server information on main page. (...)
Currently, this parameter, when false, only hides the protocol version, the logged-in user and the server's full name (next to the verbose name).
It's true that this parameter is poorly named (it should have been ShowDetailedMySQLInfo). We got a request to remove all web server info and MySQL server info from the main page when this parameter is set to false. I think this would be appropriate.
Comments?