mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Make sure that js/pihole/queryads.js always finds its target + remove requirement for authorization on php/queryads.php for using it within the new blocking page
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<?php
|
||||
require "password.php";
|
||||
if(!$auth) die("Not authorized");
|
||||
|
||||
ob_end_flush();
|
||||
ini_set("output_buffering", "0");
|
||||
ob_implicit_flush(true);
|
||||
|
||||
Reference in New Issue
Block a user