mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
remove debug output
Signed-off-by: Philipp Kolmann <philipp@kolmann.at>
This commit is contained in:
@@ -39,7 +39,6 @@ function getResponseFTL()
|
||||
while(true)
|
||||
{
|
||||
$out = fgets($socket);
|
||||
file_put_contents('/tmp/pihole.txt', $out, FILE_APPEND);
|
||||
if ($out == "") $errCount++;
|
||||
if ($errCount > 100) {
|
||||
// Tried 100 times, but never got proper reply, fail to prevent busy loop
|
||||
|
||||
Reference in New Issue
Block a user