Skip to content

Commit

Permalink
WIP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Altahrim committed Aug 8, 2023
1 parent cb5457a commit 7dae284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LoginHookListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private function matchCidr(string $ip, string $range): bool {
return true;
}
}
throw new \Exception("IP $ip don’t match range $range")
return false;
}

Expand Down

0 comments on commit 7dae284

Please sign in to comment.