summaryrefslogtreecommitdiff
path: root/templates/login_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login_inc.tpl')
-rw-r--r--templates/login_inc.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/login_inc.tpl b/templates/login_inc.tpl
index 9d82029..67070f5 100644
--- a/templates/login_inc.tpl
+++ b/templates/login_inc.tpl
@@ -31,7 +31,9 @@
<div class="row">
{formlabel label="" for=""}
{forminput}
- <a href="{$gBitSystem->getConfig('http_login_url')}" title="{tr}Click here to login using the default security protocol{/tr}">{tr}Standard{/tr}</a> |
+ {if !$force_secure}
+ <a href="{$gBitSystem->getConfig('http_login_url')}" title="{tr}Click here to login using the default security protocol{/tr}">{tr}Standard{/tr}</a> |
+ {/if}
<a href="{$gBitSystem->getConfig('https_login_url')}" title="{tr}Click here to login using a secure protocol{/tr}">{tr}Secure{/tr}</a>
{formhelp note=""}
{/forminput}