From 9a367cc8facc91719d78823791b67954a738b70e Mon Sep 17 00:00:00 2001 From: waseemsadiq Date: Sun, 5 Jun 2022 15:47:25 +0100 Subject: [PATCH] #55 Switch off theme manager in phpmyadmin config Remove `Add new database` button above phpmyadmin frame --- config/phpmyadmin/config.inc.php | 3 ++- sites/dashboard/pages/php/phpmyadmin.html.php | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/phpmyadmin/config.inc.php b/config/phpmyadmin/config.inc.php index 970a338e..f014774e 100644 --- a/config/phpmyadmin/config.inc.php +++ b/config/phpmyadmin/config.inc.php @@ -10,4 +10,5 @@ declare(strict_types=1); $cfg['AllowThirdPartyFraming'] = true; -$cfg['ThemeDefault'] = 'bootstrap'; \ No newline at end of file +$cfg['ThemeDefault'] = 'bootstrap'; +$cfg['ThemeManager'] = false; \ No newline at end of file diff --git a/sites/dashboard/pages/php/phpmyadmin.html.php b/sites/dashboard/pages/php/phpmyadmin.html.php index e58209ce..282c7a84 100644 --- a/sites/dashboard/pages/php/phpmyadmin.html.php +++ b/sites/dashboard/pages/php/phpmyadmin.html.php @@ -9,10 +9,5 @@ ---
-
- -
\ No newline at end of file