mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
@@ -7,7 +7,7 @@
|
||||
* Please see LICENSE file for your rights under this license.
|
||||
*/
|
||||
|
||||
require "scripts/pi-hole/php/header.php";
|
||||
require 'scripts/pi-hole/php/header.php';
|
||||
?>
|
||||
|
||||
<!-- Title -->
|
||||
@@ -82,10 +82,10 @@ require "scripts/pi-hole/php/header.php";
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="scripts/vendor/bootstrap-select.min.js?v=<?=$cacheVer?>"></script>
|
||||
<script src="scripts/vendor/bootstrap-toggle.min.js?v=<?=$cacheVer?>"></script>
|
||||
<script src="scripts/pi-hole/js/groups-adlists.js?v=<?=$cacheVer?>"></script>
|
||||
<script src="scripts/vendor/bootstrap-select.min.js?v=<?php echo $cacheVer; ?>"></script>
|
||||
<script src="scripts/vendor/bootstrap-toggle.min.js?v=<?php echo $cacheVer; ?>"></script>
|
||||
<script src="scripts/pi-hole/js/groups-adlists.js?v=<?php echo $cacheVer; ?>"></script>
|
||||
|
||||
<?php
|
||||
require "scripts/pi-hole/php/footer.php";
|
||||
require 'scripts/pi-hole/php/footer.php';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user