Live Traffic $_SERVER variables
-
Hi there – I notice that you check for isset($_SERVER[HTTPS]) as a boolean value – whereas on some servers it can actually be a string containing either “off” or “on” – and will return true either way, and thus display the link as https even if it shouldn’t, which can lead to some user confusion. Should be an easy fix – just something I noticed – cheers!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Live Traffic $_SERVER variables’ is closed to new replies.