Skip to content

Commit 8a4861c

Browse files
committed
Merge pull request #439 from pi-hole/fix/queryads
Allow block page to access queryads
1 parent 898b458 commit 8a4861c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/pi-hole/php/queryads.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* This file is copyright under the latest version of the EUPL.
77
* Please see LICENSE file for your rights under this license. */
88

9-
require "password.php";
10-
if(!$auth) die("Not authorized");
11-
129
ob_end_flush();
1310
ini_set("output_buffering", "0");
1411
ob_implicit_flush(true);

0 commit comments

Comments
 (0)