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()
|
||||
{
|
||||
$options = getopt(
|
||||
'd:e:i:o:abmcxlhkwnsptLj:E',
|
||||
'd:e:i:o:abmcxlhkrwnsptLj:E',
|
||||
array(
|
||||
'directory:',
|
||||
'extension:',
|
||||
@@ -244,6 +244,7 @@ class MalwareScanner
|
||||
'follow-link',
|
||||
'help',
|
||||
'hide-ok',
|
||||
'hide-err',
|
||||
'hide-whitelist',
|
||||
'no-color',
|
||||
'no-stop',
|
||||
|
||||
Reference in New Issue
Block a user