Undefined variable
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-08-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* main.php3: Undefined variable.
|
||||
|
||||
2002-08-14 Olivier L. M<>ller <om@omnis.ch>
|
||||
* Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
|
||||
updated mail address of Tobias Ratschiller (requested by himself :)
|
||||
|
@@ -577,7 +577,8 @@ if ($display_pmaAbsoluteUri_warning) {
|
||||
/**
|
||||
* Warning if using the default MySQL privileged account
|
||||
*/
|
||||
if ($cfg['Server']['auth_type'] == 'config'
|
||||
if ($server != 0
|
||||
&& $cfg['Server']['auth_type'] == 'config'
|
||||
&& $cfg['Server']['user'] == 'root'
|
||||
&& $cfg['Server']['password'] == '') {
|
||||
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
|
||||
|
Reference in New Issue
Block a user