mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed debug output
This commit is contained in:
@@ -143,13 +143,4 @@ else
|
||||
exit;
|
||||
}
|
||||
|
||||
$zip->addFile("/etc/pihole/whitelist.txt");
|
||||
$zip->addFile("/etc/pihole/blacklist.txt");
|
||||
$zip->addFile("/etc/pihole/setupVars.conf");
|
||||
echo "numfiles: " . $zip->numFiles . "<br>";
|
||||
echo "status:" . $zip->status . "<br>";
|
||||
echo "statusSys: " . $zip->statusSys . "<br>";
|
||||
echo "filename: " . $zip->filename . "<br>";
|
||||
$zip->close();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user