ez projects / is_ssl___operator_/_functio...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| is_ssl___operator_/_functionality_should_exists_in_kernel | Björn Dieding@xrow.de | planning | x | any |
To avoid the problem of not knowing weather to use http or https for
remote urls
Example (include external tracking js file):
{if is_ssl()}
{else}
{/if}