mirror of
https://github.com/sumx86/AbuseIPDB.git
synced 2024-11-16 08:58:31 +01:00
Update abuseip.php
This commit is contained in:
parent
1410fba416
commit
8c28ac13e0
1 changed files with 1 additions and 2 deletions
|
@ -121,10 +121,9 @@ function parse_options( int $argc, array $argv ) : object
|
|||
if( $arg_N == ARGS[0] && $arg_V != "" ) { $api_key = $arg_V; }
|
||||
if( $arg_N == ARGS[1] ) { $verbose = True; }
|
||||
}
|
||||
|
||||
|
||||
$opts['api_key'] = $api_key;
|
||||
$opts['verbose'] = $verbose;
|
||||
|
||||
return (object) $opts;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue