$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
例如:连接本地服务器,不显示 localhost,而是显示自己配置的变量。
1
cevincheung 2018-03-08 11:42:35 +08:00
原生不支持吧。
配合 hosts 试试 |