mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 09:48:56 +01:00
Add cache busting to all custom scripts and common css
Signed-off-by: Tony Jeffree <tjeffree@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<button type="button" id="debugBtn" class="btn btn-lg btn-primary btn-block">Generate debug log</button>
|
||||
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
|
||||
|
||||
<script src="scripts/pi-hole/js/debug.js"></script>
|
||||
<script src="scripts/pi-hole/js/debug.js?v=<?=$cacheVer?>"></script>
|
||||
|
||||
<?php
|
||||
require "scripts/pi-hole/php/footer.php";
|
||||
|
||||
Reference in New Issue
Block a user