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";
if(strlen($pwhash) > 0)
{
@@ -146,7 +146,7 @@
</div>
<?php
require "footer.php";
require "scripts/pi-hole/php/footer.php";
?>
<script src="scripts/pi-hole/js/help.js"></script>