Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

trying to pickup on SSL active to post image.

$
0
0
Hi,

i posted this in the footer tpl file but its not picking up the https value to show the image, any ideas?

PHP Code:

{if !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443}
<
center>
<
img src="/images/ssl_seal.gif" border="0" alt="SSL Seal" />
</
center>
{/if} 

it looks like there is no value for any of those.. mmmmm

thanks

Viewing all articles
Browse latest Browse all 13458

Trending Articles