mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Hide error arg fix
This commit is contained in:
3
scan.php
3
scan.php
@@ -231,7 +231,7 @@ class MalwareScanner
|
|||||||
private function parseArgs()
|
private function parseArgs()
|
||||||
{
|
{
|
||||||
$options = getopt(
|
$options = getopt(
|
||||||
'd:e:i:o:abmcxlhkwnsptLj:E',
|
'd:e:i:o:abmcxlhkrwnsptLj:E',
|
||||||
array(
|
array(
|
||||||
'directory:',
|
'directory:',
|
||||||
'extension:',
|
'extension:',
|
||||||
@@ -244,6 +244,7 @@ class MalwareScanner
|
|||||||
'follow-link',
|
'follow-link',
|
||||||
'help',
|
'help',
|
||||||
'hide-ok',
|
'hide-ok',
|
||||||
|
'hide-err',
|
||||||
'hide-whitelist',
|
'hide-whitelist',
|
||||||
'no-color',
|
'no-color',
|
||||||
'no-stop',
|
'no-stop',
|
||||||
|
|||||||
Reference in New Issue
Block a user