Merge pull request #439 from pi-hole/fix/queryads

Allow block page to access queryads
This commit is contained in:
DL6ER
2017-03-10 14:40:05 +01:00
committed by DL6ER
parent 898b458a38
commit 8a4861c194

View File

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