Moved more private files out of the root directory

This commit is contained in:
DL6ER
2016-12-20 12:52:19 +01:00
parent 30d70baf5e
commit bb2c2e2244
11 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
require "header.php";
require "scripts/pi-hole/php/header.php";
$list = $_GET['l'];
@@ -52,7 +52,7 @@ function getFullName() {
<ul class="list-group" id="list"></ul>
<?php
require "footer.php";
require "scripts/pi-hole/php/footer.php";
?>
<script src="scripts/pi-hole/js/list.js"></script>