Merge pull request #412 from pi-hole/tweak/customDisableTimeGlovalCountdown

Show disable timer across all devices
This commit is contained in:
Adam Warner
2017-02-24 10:42:18 +00:00
committed by GitHub
3 changed files with 42 additions and 46 deletions

View File

@@ -182,6 +182,7 @@
<script src="scripts/pi-hole/js/header.js"></script>
<!-- Send token to JS -->
<div id="token" hidden><?php if($auth) echo $token; ?></div>
<div id="enableTimer" hidden><?php if(file_exists("../custom_disable_timer")){ echo file_get_contents("../custom_disable_timer"); } ?></div>
<div class="wrapper">
<header class="main-header">
<!-- Logo -->