mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Moved more private files out of the root directory
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require "header.php";
|
||||
require "scripts/pi-hole/php/header.php";
|
||||
require "scripts/pi-hole/php/savesettings.php";
|
||||
// Reread ini file as things might have been changed
|
||||
$setupVars = parse_ini_file("/etc/pihole/setupVars.conf");
|
||||
@@ -502,7 +502,7 @@
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require "footer.php";
|
||||
require "scripts/pi-hole/php/footer.php";
|
||||
?>
|
||||
<script src="scripts/vendor/jquery.inputmask.js"></script>
|
||||
<script src="scripts/vendor/jquery.inputmask.extensions.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user