mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Show disable timer across all devices
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user