Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
Signed-off-by: Mcat12 <[email protected]>
  • Loading branch information
AzureMarker committed Sep 13, 2019
1 parent fafd5b4 commit 580f1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/php/savesettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ function readAdlists()
if($lease["host"] === $hostname)
{
$error .= "Static lease for hostname (".htmlspecialchars($hostname).") already defined!<br>";
break;
}
}

Expand Down

0 comments on commit 580f1eb

Please sign in to comment.