|
|
@ -3,7 +3,7 @@ $cfg['blowfish_secret'] = 'd41d8cd98f00b204e9800998ecf8427e'; |
|
|
|
$i = 0; |
|
|
|
$i = 0; |
|
|
|
$i++; |
|
|
|
$i++; |
|
|
|
$cfg['Servers'][$i]['auth_type'] = 'cookie'; |
|
|
|
$cfg['Servers'][$i]['auth_type'] = 'cookie'; |
|
|
|
$cfg['Servers'][$i]['host'] = 'localhost'; |
|
|
|
$cfg['Servers'][$i]['host'] = '127.0.0.1'; |
|
|
|
$cfg['Servers'][$i]['connect_type'] = 'tcp'; |
|
|
|
$cfg['Servers'][$i]['connect_type'] = 'tcp'; |
|
|
|
$cfg['Servers'][$i]['compress'] = false; |
|
|
|
$cfg['Servers'][$i]['compress'] = false; |
|
|
|
$cfg['Servers'][$i]['AllowNoPassword'] = false; |
|
|
|
$cfg['Servers'][$i]['AllowNoPassword'] = false; |
|
|
|