Actions
Bug #336
closedRemove PHPmyAdmin link from GUI
Status:
Closed
Priority:
High
Assignee:
Category:
Web interface
Target version:
Start date:
04/08/2010
Due date:
04/16/2010
% Done:
100%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
We need to remove the link to phpmyadmin from the leginon/appion tools gui.
Updated by Amber Herold over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Amber Herold over 14 years ago
Removed the followong code from index.php:
// The following link provides handy access to PHPMyAdmin, // however, there are also security concerns to consider when enabling this link. if (privilege('projects') > 3 ) $link->addlink('/phpMyAdmin/','phpMyAdmin','', 'phpMyAdmin');
We could make this an option via the config file, but I'm leaning toward leaving it out entirely because very few people should ever use it, especially at an external installation.
r13437
To test,
1. Go to fly/myamiweb
2. Log in as an administrator
3. Notice all links for image viewers, admin tools, project tools, etc are available but not PHPMyAdmin.
Updated by Amber Herold over 14 years ago
- Status changed from New to In Code Review
- Assignee changed from Amber Herold to Eric Hou
Updated by Eric Hou over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
- % Done changed from 0 to 100
Looks good to me.
Thanks.
Updated by Amber Herold over 14 years ago
- Status changed from In Code Review to In Test
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Anchi Cheng
Actions