update 1.0.8.0
Commits for version update
This commit is contained in:
2
vendor/symfony/http-foundation/IpUtils.php
vendored
2
vendor/symfony/http-foundation/IpUtils.php
vendored
@@ -57,7 +57,7 @@ class IpUtils
|
||||
* @param string $requestIp IPv4 address to check
|
||||
* @param string $ip IPv4 address or subnet in CIDR notation
|
||||
*
|
||||
* @return bool Whether the request IP matches the IP, or whether the request IP is within the CIDR subnet.
|
||||
* @return bool Whether the request IP matches the IP, or whether the request IP is within the CIDR subnet
|
||||
*/
|
||||
public static function checkIp4($requestIp, $ip)
|
||||
{
|
||||
|
Reference in New Issue
Block a user