diff --git a/scripts/pi-hole/php/auth.php b/scripts/pi-hole/php/auth.php index 993b057b..63f7740d 100644 --- a/scripts/pi-hole/php/auth.php +++ b/scripts/pi-hole/php/auth.php @@ -129,5 +129,4 @@ function check_domain(&$domains) { } } } - ?> diff --git a/scripts/pi-hole/php/customcname.php b/scripts/pi-hole/php/customcname.php index a34a8915..191068a4 100644 --- a/scripts/pi-hole/php/customcname.php +++ b/scripts/pi-hole/php/customcname.php @@ -23,6 +23,4 @@ default: die("Wrong action"); } - - ?> diff --git a/scripts/pi-hole/php/customdns.php b/scripts/pi-hole/php/customdns.php index bfa2fd80..6e19fd2a 100644 --- a/scripts/pi-hole/php/customdns.php +++ b/scripts/pi-hole/php/customdns.php @@ -23,6 +23,4 @@ default: die("Wrong action"); } - - ?> diff --git a/scripts/pi-hole/php/tailLog.php b/scripts/pi-hole/php/tailLog.php index e7eef3d2..38e0d99d 100644 --- a/scripts/pi-hole/php/tailLog.php +++ b/scripts/pi-hole/php/tailLog.php @@ -44,5 +44,4 @@ if(isset($_GET["offset"])) fseek($file, -1, SEEK_END); // Add one to skip the very last "\n" in the log file die(json_encode(array("offset" => ftell($file)+1))); - ?> diff --git a/scripts/pi-hole/php/teleporter.php b/scripts/pi-hole/php/teleporter.php index 84abf502..f2cb7698 100644 --- a/scripts/pi-hole/php/teleporter.php +++ b/scripts/pi-hole/php/teleporter.php @@ -651,5 +651,4 @@ else unlink($archive_file_name); exit; } - ?> diff --git a/scripts/pi-hole/php/theme.php b/scripts/pi-hole/php/theme.php index 9e719810..43523748 100644 --- a/scripts/pi-hole/php/theme.php +++ b/scripts/pi-hole/php/theme.php @@ -49,5 +49,4 @@ function theme_selection() { diff --git a/scripts/pi-hole/php/update_checker.php b/scripts/pi-hole/php/update_checker.php index d479318a..974c5127 100644 --- a/scripts/pi-hole/php/update_checker.php +++ b/scripts/pi-hole/php/update_checker.php @@ -94,5 +94,4 @@ else } } - ?>