Review comments

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-08-07 21:32:49 +02:00
parent d568b49fb1
commit 07af532b09
3 changed files with 16 additions and 26 deletions

View File

@@ -68,6 +68,6 @@ switch($list) {
die("Invalid list!");
}
// Reload lists in pihole-FTL after having removed something
// Reload lists in pihole-FTL after having added something
echo shell_exec("sudo pihole restartdns reload");
?>