Skip to content
Snippets Groups Projects
Commit ac55b51a authored by rswindell's avatar rswindell
Browse files

Enable rlogin_auto_xtrn for the logon module, by default.

Removed the obsolete [ecweb] section.
Added the [web] (echicken's web interface v4) section with default values.
parent c8cde1d2
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
rlogin_xtrn_menu = false
; Set rlogin_auto_xtrn to true if you want your RLogin server to support direct-to-door request
; (e.g. Web Externals)
rlogin_auto_xtrn = false
rlogin_auto_xtrn = true
[xtrn_sec]
; Enable multi-column display (when more than 10 external programs in a section)
......@@ -59,19 +59,30 @@
;default host: bbs.thebrokenbubble.com
port = 10088
;default port: 10088
[ecweb]
;ecWeb config options
WebDirectory = ../web
RootDirectory = ../web/root/ecwebv3
WebGuest = Guest
appendURL =
sessionTimeout = 43200
captchaLength = 5
maxMessages = 0
[sbbslist]
export_freq = 7
[avatars]
export_freq = 7
; echicken's web interface v4
[web]
guest=Guest
timeout=43200
inactivity=900
user_registration=true
minimum_password_length=6
maximum_telegram_length=800
web_directory=../webv4
ftelnet=true
ftelnet_splash=../text/synch.ans
keyboard_navigation=false
vote_functions=true
refresh_interval=60000
xtrn_blacklist=scfg,oneliner
layout_sidebar_off=false
layout_sidebar_left=false
layout_full_width=false
forum_extended_ascii=false
max_messages=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment