mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
d39e14e1aa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function DoorPartyModule(options) {
|
|||
// establish defaults
|
||||
this.config = options.menuConfig.config;
|
||||
this.config.host = this.config.host || 'dp.throwbackbbs.com';
|
||||
this.config.sshPort = this.config.sshPort || 22;
|
||||
this.config.sshPort = this.config.sshPort || 2022;
|
||||
this.config.rloginPort = this.config.rloginPort || 513;
|
||||
|
||||
this.initSequence = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue