Skip to content

Commit

Permalink
#55 Switch off the favorite and recent table buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemsadiq committed Jun 5, 2022
1 parent 5f04fe0 commit 43af85f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/phpmyadmin/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@

declare(strict_types=1);

$cfg['AllowThirdPartyFraming'] = true;
// Logo link back to Dashboard
$cfg['NavigationLogoLink'] = 'http://localhost';

// Theme
$cfg['ThemeDefault'] = 'bootstrap';

// Theme selector on front page
$cfg['ThemeManager'] = false;
$cfg['NavigationLogoLink'] = 'http://localhost';

// Disable recent tables button
$cfg['NumRecentTables'] = '0';

// Disable favourite tables button
$cfg['NumFavoriteTables'] = '0';

0 comments on commit 43af85f

Please sign in to comment.