This commit is contained in:
scVnner 2018-12-07 16:23:46 +02:00
parent 1485a44dd0
commit 0d7a40a17a
1 changed files with 1 additions and 2 deletions

View File

@ -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";
}