• timholz

    (@timholz)


    Hi – sorry to bother you again. In class-asp-bot-detector.php you have function ip_in_range($ip, $cidr) The variable $cidr is declared as string, that is turned into an array with explode('/', $cidr). But this string is nowhere to be found. Is this variable just empty? Regards – theo

The topic ‘$cidr not defined’ is closed to new replies.