mirror of https://github.com/midoks/mdserver-web
parent
20d8f7c2c4
commit
3572fba27d
@ -1,12 +1,12 @@ |
||||
<?php |
||||
$cfg['blowfish_secret'] = 'd41d8cd98f00b204e9800998ecf8427e'; |
||||
$i = 0; |
||||
$i = 0; |
||||
$i++; |
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie'; |
||||
$cfg['Servers'][$i]['host'] = 'localhost'; |
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp'; |
||||
$cfg['Servers'][$i]['compress'] = false; |
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie'; |
||||
$cfg['Servers'][$i]['host'] = '127.0.0.1'; |
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp'; |
||||
$cfg['Servers'][$i]['compress'] = false; |
||||
$cfg['Servers'][$i]['AllowNoPassword'] = false; |
||||
$cfg['UploadDir'] = ''; |
||||
$cfg['SaveDir'] = ''; |
||||
$cfg['UploadDir'] = ''; |
||||
$cfg['SaveDir'] = ''; |
||||
?> |
||||
|
Loading…
Reference in new issue