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,
|
||||
|
@@ -209,9 +209,9 @@ final class EMSI extends BaseProtocol implements CRCInterface,ZmodemInterface
|
||||
|
||||
// System Details
|
||||
$makedata .= sprintf('{IDENT}{[%s][%s][%s][-Unpublished-][38400][%s]}',
|
||||
$this->setup->system_name,
|
||||
$this->setup->location,
|
||||
$this->setup->sysop,
|
||||
$this->setup->system->name,
|
||||
$this->setup->system->location,
|
||||
$this->setup->system->sysop,
|
||||
'XA' // Nodelist Flags
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user