diff --git a/config/phpmyadmin/config.inc.php b/config/phpmyadmin/config.inc.php index e80019ae..d98a3abd 100644 --- a/config/phpmyadmin/config.inc.php +++ b/config/phpmyadmin/config.inc.php @@ -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'; \ No newline at end of file + +// Disable recent tables button +$cfg['NumRecentTables'] = '0'; + +// Disable favourite tables button +$cfg['NumFavoriteTables'] = '0'; \ No newline at end of file