Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs
This commit is contained in:
commit
d39e14e1aa
|
@ -27,7 +27,7 @@ function DoorPartyModule(options) {
|
||||||
// establish defaults
|
// establish defaults
|
||||||
this.config = options.menuConfig.config;
|
this.config = options.menuConfig.config;
|
||||||
this.config.host = this.config.host || 'dp.throwbackbbs.com';
|
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.config.rloginPort = this.config.rloginPort || 513;
|
||||||
|
|
||||||
this.initSequence = function() {
|
this.initSequence = function() {
|
||||||
|
|
Loading…
Reference in New Issue