From b8f69ca0c66b9df15cb10be735a782a98a80f09b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 2 Jul 2011 20:43:56 +0000 Subject: [PATCH] Use 'logon' section of modopts.ini (this is the "Logon" module) to control the RLogin auto-external feature ("Web Externals") and the (old) RLogin door-server feature. --- ctrl/modopts.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini index 76da7f64e1..b83868c455 100644 --- a/ctrl/modopts.ini +++ b/ctrl/modopts.ini @@ -13,7 +13,9 @@ ; Set ask_sysop to true to enable Synchronet Sysop question (sets FLAG 1S) ask_sysop = false -; Settings used by the External Programs feature on the web server -[webexternals] -; Allowing external programs from the web browser is disabled by default. Set to true to allow - enabled = false +[logon] +; Set rlogin_xtrn_menu to true if you want your RLogin server to act as a door game server only + 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 \ No newline at end of file -- GitLab