[Phpmyadmin-devel] about SetHttpHostTitle

Hi, Trying to figure out why this setting is not per server. In case we want to hide the true server name, I understand, but in case we want to show it, why just one possibility? A similar feature, for the right panel, is $cfg['Servers'][$i]['verbose'] and we have one per server. Marc

On 15.06.2004 15:15 -0400, Marc Delisle wrote:
Trying to figure out why this setting is not per server. In case we want to hide the true server name, I understand, but in case we want to show it, why just one possibility?
It's not hiding anything, it just adds http server name to title - so you can distringuish between more phpMyAdmins connected to localhost. Having it per server makes no sense as http server is still same. -- Regards Michal Čihař http://cihar.com

Michal Čihař a écrit :
On 15.06.2004 15:15 -0400, Marc Delisle wrote:
Trying to figure out why this setting is not per server. In case we want to hide the true server name, I understand, but in case we want to show it, why just one possibility?
It's not hiding anything, it just adds http server name to title - so you can distringuish between more phpMyAdmins connected to localhost. Having it per server makes no sense as http server is still same.
Got it now, thanks! :) Marc
participants (2)
-
Marc Delisle
-
Michal Čihař