X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FIP.php;h=666660aa302eb35d247388c737f6d218075e6151;hb=4a136f3ee0d3ec2979628eec66a4b09bc7e02dd2;hp=ae3736aeec1ab17e8191dce33b96f39ea2b5d6fd;hpb=28a30e3f384450a0edf9762e500bc603a0d18115;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/IP.php b/includes/utils/IP.php index ae3736aeec..666660aa30 100644 --- a/includes/utils/IP.php +++ b/includes/utils/IP.php @@ -21,6 +21,8 @@ * @author Antoine Musso "", Aaron Schulz */ +use IPSet\IPSet; + // Some regex definition to "play" with IP address and IP address blocks // An IPv4 address is made of 4 bytes from x00 to xFF which is d0 to d255