From b5e1cd6bb5ea5e11bb3bf039ea75901ce52d2b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Mar 2017 11:37:57 +0200 Subject: [PATCH] Remove no longer supported configuration directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- demo/php/config-common.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/php/config-common.inc.php b/demo/php/config-common.inc.php index cba92c6..e7a9e83 100644 --- a/demo/php/config-common.inc.php +++ b/demo/php/config-common.inc.php @@ -38,7 +38,6 @@ $cfg['Servers'][$i]['controlpass'] = 'heslo'; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['user'] = 'root'; -$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true; $cfg['Servers'][$i]['AllowNoPassword'] = true; $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; $cfg['Servers'][$i]['verbose'] = 'phpMyAdmin demo - MariaDB'; @@ -73,7 +72,6 @@ $cfg['Servers'][$i]['controlpass'] = 'heslo'; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['user'] = 'root'; -$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true; $cfg['Servers'][$i]['AllowNoPassword'] = true; $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; $cfg['Servers'][$i]['verbose'] = 'phpMyAdmin demo - MySQL';