mirror of
https://github.com/pi-hole/web.git
synced 2026-04-21 17:29:11 +01:00
Do not hide the session info
The JS will handle that
This commit is contained in:
@@ -216,9 +216,7 @@
|
||||
<div class="col-xs-4 text-center">
|
||||
<a href="https://github.com/pi-hole/pi-hole/releases">Updates</a>
|
||||
</div>
|
||||
<?php if($auth) { ?>
|
||||
<div class="col-xs-12 text-center" id="sessiontimer">Session is valid for <span id="sessiontimercounter"><?php if($auth && strlen($pwhash) > 0){echo $maxlifetime;}else{echo "0";} ?></span></div>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<!-- Menu Footer -->
|
||||
<li class="user-footer">
|
||||
|
||||
Reference in New Issue
Block a user