mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Avoid caching issues using last modified time
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -286,7 +286,7 @@ require_once 'scripts/pi-hole/php/gravity.php';
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
|
||||
<script src="scripts/pi-hole/js/index.js?v=<?php echo $cacheVer; ?>"></script>
|
||||
<script src="<?php echo fileversion('scripts/pi-hole/js/index.js'); ?>"></script>
|
||||
|
||||
<?php
|
||||
require 'scripts/pi-hole/php/footer.php';
|
||||
|
||||
Reference in New Issue
Block a user