Add cache busting to all custom scripts and common css

Signed-off-by: Tony Jeffree <tjeffree@gmail.com>
This commit is contained in:
Tony
2020-08-11 11:43:40 +01:00
committed by Tony Jeffree
parent 2495ffc313
commit 0a4ebe14e3
21 changed files with 53 additions and 53 deletions

View File

@@ -32,7 +32,7 @@
<pre id="output" style="width: 100%; height: 100%;" hidden></pre>
<script src="scripts/pi-hole/js/queryads.js"></script>
<script src="scripts/pi-hole/js/queryads.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";