Seafood
Categories
$protocol = '';
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' || $_SERVER['HTTPS'] == 'on') {
$protocol = 'https://';
}
?>