Project

General

Profile

Actions

Bug #336

closed

Remove PHPmyAdmin link from GUI

Added by Amber Herold about 14 years ago. Updated about 14 years ago.

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.

Actions #1

Updated by Amber Herold about 14 years ago

  • Assignee changed from Eric Hou to Amber Herold
Actions #2

Updated by Amber Herold about 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.

Actions #3

Updated by Amber Herold about 14 years ago

  • Status changed from New to In Code Review
  • Assignee changed from Amber Herold to Eric Hou
Actions #4

Updated by Eric Hou about 14 years ago

  • Assignee changed from Eric Hou to Amber Herold
  • % Done changed from 0 to 100

Looks good to me.

Thanks.

Actions #5

Updated by Amber Herold about 14 years ago

  • Status changed from In Code Review to In Test
Actions #6

Updated by Amber Herold about 14 years ago

  • Assignee changed from Amber Herold to Anchi Cheng
Actions #7

Updated by Anchi Cheng about 14 years ago

  • Status changed from In Test to Closed
Actions

Also available in: Atom PDF