diff --git a/inc/sites.inc b/inc/sites.inc index 7a2c4e88..a2518ad7 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -591,11 +591,11 @@ SITEINFO(){ proxyhost='' fi - [ "$(grep \\\#ssl_certificate_key ${sitefile})" != "" ] && ssl='' || ssl='Yes' - [ "$(grep \\\#include/hsts-support.conf ${sitefile})" != "" ] && hsts='' || hsts='Yes' - [ "$(grep \\\#include/websocket-support.conf ${sitefile})" != "" ] && wbskt='' || wbskt='Yes' - [ "$(grep \\\#include/block-exploits.conf ${sitefile})" != "" ] && explt='' || explt='Yes' - [ "$(grep \\\#include/secure-access.conf ${sitefile})" != "" ] && lock='' || lock='Yes' + [ "$(grep '\\\#ssl_certificate_key' ${sitefile})" != "" ] && ssl='' || ssl='Yes' + [ "$(grep '\\\#include/hsts-support.conf' ${sitefile})" != "" ] && hsts='' || hsts='Yes' + [ "$(grep '\\\#include/websocket-support.conf' ${sitefile})" != "" ] && wbskt='' || wbskt='Yes' + [ "$(grep '\\\#include/block-exploits.conf' ${sitefile})" != "" ] && explt='' || explt='Yes' + [ "$(grep '\\\#include/secure-access.conf' ${sitefile})" != "" ] && lock='' || lock='Yes' [ ${i} -lt 10 ] && ii=" ${i}" || ii=${i}