From bb2c2e22444a5ac80ec1fda012ef75d92cf656de Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 20 Dec 2016 12:52:19 +0100 Subject: [PATCH] Moved more private files out of the root directory --- api.php | 2 +- gravity.php | 4 ++-- help.php | 4 ++-- index.php | 4 ++-- list.php | 4 ++-- queries.php | 4 ++-- queryads.php | 4 ++-- data.php => scripts/pi-hole/php/data.php | 0 footer.php => scripts/pi-hole/php/footer.php | 0 header.php => scripts/pi-hole/php/header.php | 0 settings.php | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) rename data.php => scripts/pi-hole/php/data.php (100%) rename footer.php => scripts/pi-hole/php/footer.php (100%) rename header.php => scripts/pi-hole/php/header.php (100%) diff --git a/api.php b/api.php index 0d0ac959..236c6378 100644 --- a/api.php +++ b/api.php @@ -5,7 +5,7 @@ check_cors(); - include('data.php'); + include('scripts/pi-hole/php/data.php'); header('Content-type: application/json'); $data = array(); diff --git a/gravity.php b/gravity.php index fc5c722e..a0ece64e 100644 --- a/gravity.php +++ b/gravity.php @@ -1,5 +1,5 @@ diff --git a/index.php b/index.php index 695ec599..8c562022 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@
@@ -213,7 +213,7 @@ else diff --git a/list.php b/list.php index 38194b56..dc8097c1 100644 --- a/list.php +++ b/list.php @@ -1,5 +1,5 @@ diff --git a/queries.php b/queries.php index 5fe9681f..13489a4e 100644 --- a/queries.php +++ b/queries.php @@ -1,5 +1,5 @@ diff --git a/queryads.php b/queryads.php index 4b8c9628..dd051c0b 100644 --- a/queryads.php +++ b/queryads.php @@ -1,5 +1,5 @@