gorepj
08-31-2006, 04:09 PM
GetSSLStatus never returns SSL
Line 2299 EWBTools
if (Pos('http://', LocationURL) > 0) then
should this not be ?
if (Pos('https://', LocationURL) > 0) then
Regards
Peter Gore
Line 2299 EWBTools
if (Pos('http://', LocationURL) > 0) then
should this not be ?
if (Pos('https://', LocationURL) > 0) then
Regards
Peter Gore