From 393c9747901d1f06546ca30f3da0960dd6026cea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 21:23:03 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index bc35a082..a9305f67 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -568,7 +568,7 @@ SITEINFO(){ fi [ "$(grep include/hsts-support.conf ${sitefile})" != "" ] && hsts='Yes' || hsts='-' [ "$(grep include/websocket-support.conf ${sitefile})" != "" ] && wbskt='Yes' || wbskt='-' - [ "$(grep include/block-exploits.conf ${sitefile})" != "" ] && explt='Yes' || explt='' + [ "$(grep include/block-exploits.conf ${sitefile})" != "" ] && explt='Yes' || explt='-' [ "$(grep include/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='-' until [ "${edit}" = "c" ]; do