Update sites.inc
This commit is contained in:
@@ -656,7 +656,7 @@ SITEINFO(){
|
|||||||
site=${sitefile##*/}; site=${site/.conf/}
|
site=${sitefile##*/}; site=${site/.conf/}
|
||||||
if (( i % 12 == 0 )) || [ $i = 0 ]; then
|
if (( i % 12 == 0 )) || [ $i = 0 ]; then
|
||||||
DIVIDER false yellow ${dl}
|
DIVIDER false yellow ${dl}
|
||||||
[ ${EDIT} -eq 1 ] && msg1='##) Site Address' || msg1='Site Address'
|
[ ${EDIT} -eq 1 ] && msg1='##) Site Hostname' || msg1='Site Hostname'
|
||||||
echo -en "${idsST[Bold]}${idsCL[LightCyan]}"
|
echo -en "${idsST[Bold]}${idsCL[LightCyan]}"
|
||||||
if [ ${EDIT} -eq 1 ]; then
|
if [ ${EDIT} -eq 1 ]; then
|
||||||
printf "%-32s %-8s %-6s %-6s %-6s %-6s %-6s %-8s\n" "${msg1}" "Type" "SSL" "HSTS" "WBSKT" "EXPLT" "LOCK" "Proxy Connection"
|
printf "%-32s %-8s %-6s %-6s %-6s %-6s %-6s %-8s\n" "${msg1}" "Type" "SSL" "HSTS" "WBSKT" "EXPLT" "LOCK" "Proxy Connection"
|
||||||
|
|||||||
Reference in New Issue
Block a user