里面不是这样的吗?
$i=0;
$cfg['severs']['$I]['user']="xxxxx";
....$i++;
$cfg['severs']['$I]['user']="";
....顺着填就是了

解决方案 »

  1.   

    要做到这点可以按下面的方法:
    1.60行:$cfg['blowfish_secret']="dfgee3asdfasd" //加密钥匙
    2.82行: $cfg['Servers'][$i]['auth_type']       =  'cookie';
    3.83-84行:$cfg['Servers'][$i]['user']          = '';     //用户名为空
              $cfg['Servers'][$i]['password']      = '';     //密码为空用户名和密码是在mySQL的MySQL数据库里的user表中记录的用户帐号.