Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove no longer supported configuration directive
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 27, 2017
1 parent 0438b04 commit b5e1cd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/php/config-common.inc.php
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit b5e1cd6

Please sign in to comment.