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

View File

@@ -1,5 +1,5 @@
<?php
require "header.php";
require "scripts/pi-hole/php/header.php";
?>
<!-- Title -->
<div class="page-header">
@@ -20,7 +20,7 @@
<pre id="output" style="width: 100%; height: 100%;" hidden="true"></pre>
<?php
require "footer.php";
require "scripts/pi-hole/php/footer.php";
?>