From 814c0dbc0fa23ba0f8ecb0436319dd548841bf64 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 8 Apr 2018 16:37:46 -0600 Subject: [PATCH] Fix URL --- lib/iputils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);