From 4f723828713a42b0f15d2537d88eededeb19780d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 19:46:51 -0600 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 b41dff11..e8acff31 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -583,7 +583,7 @@ SITEINFO(){ DIVIDER false yellow ${dl} [ "${1}" == "edit" ] && msg1='##) Site Address' || msg1='Site Address' echo -en "${idsST[Bold]}${idsCL[LightCyan]}" - printf "%-32s %-8s %-6s %-6s %-6s %-6s %-12s %-15s\n" "${msg1}" "Type" "SSL" "HSTS" "WBSKT" "EXPLT" "LOCK" "Proxy Connection" + printf "%-32s %-8s %-6s %-6s %-6s %-6s %-12s %-6s\n" "${msg1}" "Type" "SSL" "HSTS" "WBSKT" "EXPLT" "LOCK" "Proxy Connection" echo -en "${idsST[Reset]}${idsCL[Default]}" DIVIDER false yellow ${dl} else @@ -612,7 +612,7 @@ SITEINFO(){ [ ${i} -lt 10 ] && ii=" ${i}" || ii=${i} [ "${1}" == "edit" ] && msg1="${ii}) ${site}" || msg1="${site}" - printf "%-32s %-8s %-6s %-6s %-6s %-6s %-6s %-12s\n" "${msg1}" "${type}" "${ssl}" "${hsts}" "${wbskt}" "${explt}" "${lock}" "${proxyhost}" + printf "%-32s %-8s %-6s %-6s %-6s %-6s %-6s %-13s\n" "${msg1}" "${type}" "${ssl}" "${hsts}" "${wbskt}" "${explt}" "${lock}" "${proxyhost}" SITELIST[${i}]=${site} i=`expr $i + 1`