diff --git a/inc/sites.inc b/inc/sites.inc index 42c7a2a1..874a5e99 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -474,7 +474,7 @@ VIEWSITEINFO(){ port=$(grep 'set $port' ${sitefile}) port=${port##* }; port=${port%;*} c=0; spc7=''; spct=$((${cw_spc7}-${#server})); until [ $c = ${spct} ]; do spc7="${spc7} "; c=`expr $c + 1`; done - proxyhost="${server}${spc7}: ${port}" + proxyhost="${server}${spc7}:${port}" else type='HTTP' proxyhost=''