mirror of
https://github.com/sumx86/AbuseIPDB.git
synced 2024-11-16 08:58:31 +01:00
updated
This commit is contained in:
parent
1485a44dd0
commit
0d7a40a17a
1 changed files with 1 additions and 2 deletions
|
@ -189,8 +189,7 @@ function get_recently_reported( string $url ) : void
|
|||
|
||||
for( $i = 0 ; $i < sizeof( $resp ); $i++ )
|
||||
{
|
||||
if( preg_match( ( $GLOBALS['REGEX'] )[1], $resp[$i] ) )
|
||||
{
|
||||
if( preg_match( ( $GLOBALS['REGEX'] )[1], $resp[$i] ) ){
|
||||
$ip = substr( $resp[$i], strpos( $resp[$i], ">" ) + 1 );
|
||||
echo " ".RED."[*]".NONE." ".BLUE."-".NONE." " . substr( $ip, 0, strpos( $ip, "</" ) ) . "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue