mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
added -> removed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user