复制代码 代码如下:
$cfg['Servers'][$i]['nopassword'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
复制代码 代码如下:
$cfg['Servers'][$i]['nopassword'] = true;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
复制代码 代码如下:
$cfg['Servers'][$i]['password'] = '';
复制代码 代码如下:
$cfg['Servers'][$i]['AllowNoPassword'] = true;
复制代码 代码如下:
$cfg['Servers'][$i]['nopassword'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
复制代码 代码如下:
$cfg['Servers'][$i]['nopassword'] = true;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
复制代码 代码如下:
$cfg['Servers'][$i]['password'] = '';
新闻热点
疑难解答