From d098cc55ec862e2e88853470cc9b972bbad75cba Mon Sep 17 00:00:00 2001 From: scVnner Date: Fri, 7 Dec 2018 19:36:35 +0200 Subject: [PATCH] -updated- --- abuseip(cli)/abuseip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abuseip(cli)/abuseip.php b/abuseip(cli)/abuseip.php index 6a14599..1dd1b36 100644 --- a/abuseip(cli)/abuseip.php +++ b/abuseip(cli)/abuseip.php @@ -114,8 +114,8 @@ function parse_options( int $argc, array $argv ) : object die( "\x0a" . RED . "[ERROR]" . NONE . " - Invalid argument found! -> $arg_N\x0a" ); } - if( $arg_N == ARGS[0] && $arg_V != "" ) { $api_key = $arg_V; } - if( $arg_N == ARGS[1] ) { $verbose = True; } + if( $arg_N == ARGS[0] && $arg_V != "" ) $api_key = $arg_V; + if( $arg_N == ARGS[1] ) $verbose = True; } $opts['api_key'] = $api_key;