aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorDaniel Molkentin2020-04-07 19:40:10 +0200
committerDaniel Molkentin2020-04-07 19:40:37 +0200
commit0e97686c2a02564558e2784910d8935f2b078642 (patch)
treeb67fbf17d415b7a4aeb7b71206ffdc40602bd07b /template
parentf87aacf26e93954b6c576b1a93daddf739c0e173 (diff)
Streaming is served HTTPS only, remove the toggle button
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/header.phtml9
1 files changed, 1 insertions, 8 deletions
diff --git a/template/assemblies/header.phtml b/template/assemblies/header.phtml
index 6791bfe..43c6494 100644
--- a/template/assemblies/header.phtml
+++ b/template/assemblies/header.phtml
@@ -8,13 +8,6 @@
</div>
<div class="nav navbar-form navbar-right button-wrapper">
- <? if(startswith('//', @$GLOBALS['CONFIG']['BASEURL'])): ?>
- <a class="form-control btn btn-ssl btn-<?= ssl() ? 'success' : 'warning' ?>" title="<?=h(ssl() ? 'Disable TLS' : 'Enable TLS')?>" href="<?=h(ssl() ? $httpurl : $httpsurl)?>">
- <span class="fa fa-<?= ssl() ? 'lock' : 'unlock-alt' ?>"></span>
- TLS
- </a>
- <? endif ?>
-
<? if(!$conference->hasEnded() && $conference->hasFeedback()): ?>
<a class="form-control btn btn-default feedback" title="Feedback" href="<?=h($conference->getFeedbackUrl())?>">
<span class="fa fa-bullhorn"></span>
@@ -37,4 +30,4 @@
<div class="preview-warning">
PREVIEW MODE
</div>
-<? endif ?> \ No newline at end of file
+<? endif ?>