From 68a48aef2f2f087e3bb43c6c9d256f6f8ad4cf50 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 30 Jan 2017 23:19:28 +0100 Subject: [PATCH] added -> removed --- scripts/pi-hole/php/savesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/savesettings.php b/scripts/pi-hole/php/savesettings.php index 558a3183..835ec675 100644 --- a/scripts/pi-hole/php/savesettings.php +++ b/scripts/pi-hole/php/savesettings.php @@ -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; }