~ubuntu-branches/debian/experimental/phpmyadmin/experimental

« back to all changes in this revision

Viewing changes to libraries/server_links.inc.php

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-03-11 14:11:09 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130311141109-c87yrlb1r20ahcsq
Tags: 4:3.5.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    $tabs['status']['link'] = 'server_status.php';
51
51
    $tabs['status']['text'] = __('Status');
52
52
 
53
 
    /*$tabs['process']['icon'] = 's_process.png';
54
 
    $tabs['process']['link'] = 'server_processlist.php';
55
 
    $tabs['process']['text'] = __('Processes');*/
56
 
 
57
53
    if ($is_superuser && !PMA_DRIZZLE) {
58
54
        $tabs['rights']['icon'] = 's_rights.png';
59
55
        $tabs['rights']['link'] = 'server_privileges.php';