From 8a4861c1944c5b38918ead09421385aa5b1fde66 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 10 Mar 2017 14:40:05 +0100 Subject: [PATCH] Merge pull request #439 from pi-hole/fix/queryads Allow block page to access queryads --- scripts/pi-hole/php/queryads.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/pi-hole/php/queryads.php b/scripts/pi-hole/php/queryads.php index 55e8f8c2..457e235c 100644 --- a/scripts/pi-hole/php/queryads.php +++ b/scripts/pi-hole/php/queryads.php @@ -6,9 +6,6 @@ * This file is copyright under the latest version of the EUPL. * Please see LICENSE file for your rights under this license. */ -require "password.php"; -if(!$auth) die("Not authorized"); - ob_end_flush(); ini_set("output_buffering", "0"); ob_implicit_flush(true);