Add info boxes

This commit is contained in:
DL6ER
2016-12-13 12:56:04 +01:00
parent 6fae811f82
commit 07987b5a04
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -191,14 +191,17 @@ function validDomain($domain_name)
case "reboot":
exec("sudo pihole -a reboot");
$success = "The system will reboot in 5 seconds...";
break;
case "restartdns":
exec("sudo pihole -a restartdns");
$success = "The DNS server has been restarted";
break;
case "flushlogs":
exec("sudo pihole -f");
$success = "The Pi-Hole log file has been flushed";
break;
case "DHCP":