Echo OK if everything was successful

This commit is contained in:
DL6ER
2017-01-27 22:02:26 +01:00
parent 837f98e6ed
commit 2f80018f51
+2
View File
@@ -101,6 +101,8 @@ if($_POST["action"] == "in")
echo exec("sudo pihole -wild -q ".implode(" ", $wildlist));
}
echo "OK";
$zip->close();
}
else