Jump to content

Does anyone know how to remove host info from phpmyadmin?


rain13

Recommended Posts

hello.Could anyone tell me what I need to edit if I want to get rid of example.com showen on image? Basically I want to create pma version that would not show host info (example.com on this image). But I couldn't figure out what to modify to get what I want so I was wondering if anyone has experience with that.esample.png

Link to comment
Share on other sites

I had some difficulties with that I used firebug to grab id of div and then searched whole project with netbeans, but it did not find that particular id..

 

 

Edit:

title was phpMyAdminlibrariesheader_scripts.inc.php line 60 (look for parent.document.title)

navigation bar was phpMyAdminlibrariesheader.inc.php line 114 (look forhtmlspecialchars($server_info))

mysql info was phpMyAdminmain.php on line 161

 

just in case anyone interested

Edited by SoItBegins
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...