From f3c4cf73c3479f919f63b60ec5c3a1bcf7e7082f Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 13 Jan 2019 00:06:47 +0000
Subject: [PATCH] Remove unused [web] key (EmbJavaScriptExtension) and option
 (GET_IDENT)

---
 ctrl/sbbs.ini | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index c0d66a745d..7fc344c8ea 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -252,7 +252,7 @@ Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
 	Port=80
 	TLSInterface=
 	TLSPort=443
-        MaxClients=150
+    MaxClients=150
 	RootDirectory=../web/root
 	ErrorDirectory=error
 	IndexFileNames=index.html,index.ssjs,index.xjs
@@ -261,7 +261,6 @@ Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
 	DefaultCGIContent=text/plain
 	Authentication=Basic,Digest,TLS-PSK
 	JavaScriptExtension=.ssjs
-	EmbJavaScriptExtension=.bbs
 	MaxInactivity=120
 	MaxCgiInactivity=120
         OutbufDrainTimeout=10
@@ -279,7 +278,6 @@ Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
 ;	HTTP_LOGGING 
 ; 	NO_HOST_LOOKUP
 ;	NO_RECYCLE
-;	GET_IDENT
 ; 	NO_JAVASCRIPT
 ; 	MUTE
 Options=NO_HOST_LOOKUP | ALLOW_TLS | HTTP_LOGGING
-- 
GitLab