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