Remove warning
This commit is contained in:
parent
74d0edfc59
commit
633eb1d6c6
@ -94,6 +94,8 @@ class AntiVir
|
|||||||
// Run CLI command. If run of Windows, you can get return with echo %ERRORLEVEL%
|
// Run CLI command. If run of Windows, you can get return with echo %ERRORLEVEL%
|
||||||
$lastline=exec($fullcommand, $output, $return_var);
|
$lastline=exec($fullcommand, $output, $return_var);
|
||||||
|
|
||||||
|
if (is_null($output)) $output=array();
|
||||||
|
|
||||||
//print "x".$lastline." - ".join(',',$output)." - ".$return_var."y";exit;
|
//print "x".$lastline." - ".join(',',$output)." - ".$return_var."y";exit;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user