added -> removed

This commit is contained in:
DL6ER
2017-01-30 23:19:28 +01:00
parent 66b05517de
commit 68a48aef2f

View File

@@ -423,7 +423,7 @@ function readStaticLeasesFile()
if(!strlen($error))
{
exec("sudo pihole -a removestaticdhcp ".$mac);
$success .= "The static address with MAC address ".htmlentities($mac)." has been added";
$success .= "The static address with MAC address ".htmlentities($mac)." has been removed";
}
break;
}