this is taken from the proxy detection from the main page.
return never seems to work on my win2k server. it doesn't matter if $bOpenProxy=true or $bOpenProxy=false.
return just doesn't seem to exit . it doesn't produce any errors either.
i have to do this
echo $bOpenProxy;
instead.
any idea?