- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
297 B
Smarty
7 lines
297 B
Smarty
{if isset($smarty.server.HTTP_X_FORWARDED_PROTO)}
|
|
{assign var=http_scheme value=$smarty.server.HTTP_X_FORWARDED_PROTO scope=parent}
|
|
{elseif $smarty.server.HTTPS == "on"}
|
|
{assign var=http_scheme value='https' scope=parent}
|
|
{else}
|
|
{assign var=http_scheme value='http' scope=parent}
|
|
{/if} |