From 7b0bcc1cede0a0a814123dada5a8f726032db469 Mon Sep 17 00:00:00 2001 From: echicken <> Date: Tue, 28 Aug 2012 20:31:42 +0000 Subject: [PATCH] Added [web] section (configuration options for ecWeb v3) --- ctrl/modopts.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini index 048be9dfd1..fe5314352e 100644 --- a/ctrl/modopts.ini +++ b/ctrl/modopts.ini @@ -42,3 +42,9 @@ ;default host: bbs.thebrokenbubble.com port = 10088 ;default port: 10088 + +[web] +;ecWeb config options + RootDirectory = /sbbs/web/root/ecwebv3 + guestUser = Guest + appendURL = /ecwebv3/ -- GitLab