mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Echo OK if everything was successful
This commit is contained in:
@@ -101,6 +101,8 @@ if($_POST["action"] == "in")
|
||||
echo exec("sudo pihole -wild -q ".implode(" ", $wildlist));
|
||||
}
|
||||
|
||||
echo "OK";
|
||||
|
||||
$zip->close();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user