From df11db9cfd3a012ee127c5a756863117e9dcc5d5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 May 2023 20:37:16 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index a5e2a41e..641bfb98 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -569,8 +569,8 @@ SITEINFO(){ [ "$(grep include/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='-' echo -e "${idsCL[Cyan]}!) Site Address: ${idsST[Bold]}${site}${idsST[Reset]}" - echo -e "${idsCL[Cyan]}!) SiteType: ${idsST[Bold]}${ssl}${idsST[Reset]} - ${idsCL[LightCyan]}${SUBJECTNAMES}" - echo -e "${idsCL[Cyan]}!) SSL Secure: ${idsST[Bold]}${type}${idsST[Reset]}" + echo -e "${idsCL[Cyan]}!) Site Type: ${idsST[Bold]}${type}${idsST[Reset]}" + echo -e "${idsCL[Cyan]}!) SSL Secure: ${idsST[Bold]}${ssl}${idsST[Reset]} - ${idsCL[LightCyan]}${SUBJECTNAMES}" echo -e "${idsCL[Cyan]}4) HSTS Enabled ${idsST[Bold]}${hsts}${idsST[Reset]}" echo -e "${idsCL[Cyan]}5) Web Sockets: ${idsST[Bold]}${wbskt}${idsST[Reset]}" echo -e "${idsCL[Cyan]}6) Secured: ${idsST[Bold]}${lock}${idsST[Reset]}"