From 8c28ac13e02de1be4aeb25f8fa8a2fb03f17970c Mon Sep 17 00:00:00 2001 From: scVnner Date: Thu, 6 Dec 2018 19:39:08 +0200 Subject: [PATCH] Update abuseip.php --- abuseip(cli)/abuseip.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/abuseip(cli)/abuseip.php b/abuseip(cli)/abuseip.php index 20a3f5a..e9c51b7 100644 --- a/abuseip(cli)/abuseip.php +++ b/abuseip(cli)/abuseip.php @@ -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; }