Update sites.inc

This commit is contained in:
2023-05-24 22:57:38 -05:00
parent 235e5076af
commit e1d10779ce

View File

@@ -463,6 +463,8 @@ VIEWSITEINFO(){
msg7="Proxy Host";
echo -e "${idsST[Bold]}${idsCL[LightCyan]}${msg1}${spc1}${msg2}${spc2}${msg3}${spc3}${msg4}${spc4}${msg5}${spc5}${msg6}${spc6}${msg7}${idsST[Reset]}${idsCL[Default]}"
DIVIDER false yellow 80
else
DIVIDER false darkGray 80
fi
@@ -481,7 +483,6 @@ VIEWSITEINFO(){
msg7="${proxyhost}";
echo -e "${msg1}${spc1}${msg2}${spc2}${msg3}${spc3}${msg4}${spc4}${msg5}${spc5}${msg6}${spc6}${msg7}"
DIVIDER false darkGray 80
i=`expr $i + 1`
done