X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Futils%2FIP.php;h=666660aa302eb35d247388c737f6d218075e6151;hp=ae3736aeec1ab17e8191dce33b96f39ea2b5d6fd;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hpb=78721711d7fc6eaa85d66db4107913cdc5e7d91c 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