diff --git a/inc/sites.inc b/inc/sites.inc index 2e40f683..2ac16866 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -592,10 +592,10 @@ SITEINFO(){ fi [ "$(grep ssl_certificate_key ${sitefile})" != "" ] && ssl='Yes' || ssl='' - [ "$(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/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='' + [ "$(grep \\\tinclude/hsts-support.conf ${sitefile})" != "" ] && hsts='Yes' || hsts='' + [ "$(grep \\\tinclude/websocket-support.conf ${sitefile})" != "" ] && wbskt='Yes' || wbskt='' + [ "$(grep \\\tinclude/block-exploits.conf ${sitefile})" != "" ] && explt='Yes' || explt='' + [ "$(grep \\\tinclude/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='' [ ${i} -lt 10 ] && ii=" ${i}" || ii=${i}