Moved more private files out of the root directory

This commit is contained in:
DL6ER
2016-12-20 12:52:19 +01:00
committed by DL6ER
parent fab94e07fd
commit e5a9826078
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";
?>
<!-- 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";
?>