diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index 76da7f64e1d30b17efff8d2c5ffb0a7860e29e11..b83868c455ce26a23a3ff3fc82c3a62c2d7c8ea7 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