mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Update scripts/pi-hole/php/savesettings.php
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com> Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -560,7 +560,7 @@ function readAdlists()
|
||||
}
|
||||
if($ip !== "noip" && $lease["IP"] === $ip)
|
||||
{
|
||||
$error .= "Static release for IP address (".htmlspecialchars($ip).") already defined!<br>";
|
||||
$error .= "Static lease for IP address (".htmlspecialchars($ip).") already defined!<br>";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user