diff --git a/lib/iputils.php b/lib/iputils.php index f46c89f..2d03e9a 100644 --- a/lib/iputils.php +++ b/lib/iputils.php @@ -25,7 +25,7 @@ function ip4_in_cidr($ip, $cidr) { * @param string $ip IP to check in IPV6 format * @param string $cidr CIDR netmask * @return boolean true if the IP is in this range, false otherwise. - * @author MW. + * @author MW. */ function ip6_in_cidr($ip, $cidr) { $address = inet_pton($ip);