From e79a1d15357d062fa95dc1c22c4e9865d04570c4 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 18 Jul 2022 18:11:55 -0300 Subject: [PATCH] Move `require "footer.php"` to loginpage.php Signed-off-by: RD WebDesign --- scripts/pi-hole/php/header.php | 27 +++++++++++++-------------- scripts/pi-hole/php/loginpage.php | 6 +++++- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php index 1db7200b6..93e6e082e 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -671,18 +671,17 @@ function pidofFTL()
diff --git a/scripts/pi-hole/php/loginpage.php b/scripts/pi-hole/php/loginpage.php index 6a2339c0d..06843e4db 100644 --- a/scripts/pi-hole/php/loginpage.php +++ b/scripts/pi-hole/php/loginpage.php @@ -4,7 +4,8 @@ * Network-wide ad blocking via your own hardware. * * This file is copyright under the latest version of the EUPL. -* Please see LICENSE file for your rights under this license. */ ?> +* Please see LICENSE file for your rights under this license. */ +?>
@@ -69,3 +70,6 @@
+