Enable full setup on the setup form
This commit is contained in:
@@ -179,9 +179,9 @@ final class Binkp extends BaseProtocol
|
||||
$this->msgs(self::BPM_NUL,sprintf('OPT CRAM-MD5-%s',md5($random_key)));
|
||||
}
|
||||
|
||||
$this->msgs(self::BPM_NUL,sprintf('SYS %s',$this->setup->system_name));
|
||||
$this->msgs(self::BPM_NUL,sprintf('ZYZ %s',$this->setup->sysop));
|
||||
$this->msgs(self::BPM_NUL,sprintf('LOC %s',$this->setup->location));
|
||||
$this->msgs(self::BPM_NUL,sprintf('SYS %s',$this->setup->system->name));
|
||||
$this->msgs(self::BPM_NUL,sprintf('ZYZ %s',$this->setup->system->sysop));
|
||||
$this->msgs(self::BPM_NUL,sprintf('LOC %s',$this->setup->system->location));
|
||||
$this->msgs(self::BPM_NUL,sprintf('NDL %d,TCP,BINKP',$this->client->speed));
|
||||
$this->msgs(self::BPM_NUL,sprintf('TIME %s',Carbon::now()->toRfc2822String()));
|
||||
$this->msgs(self::BPM_NUL,
|
||||
|
Reference in New Issue
Block a user