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);