From 015cc6f668fdaab7d55cdae23723a0ca49f4b6df Mon Sep 17 00:00:00 2001 From: nichogenius Date: Sat, 19 Aug 2017 17:55:19 -0600 Subject: [PATCH] fixed -m checksum flag fixed -m checksum flag --- scan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.php b/scan.php index a632755..6ddd354 100644 --- a/scan.php +++ b/scan.php @@ -148,7 +148,7 @@ class MalwareScanner private function parseArgs() { - $options = getopt('d:e:i:bacxlhkwntv', array('directory:', 'extension:', 'ignore:', 'base', 'checksum', 'comment', 'extra-check', 'follow-link', 'help', 'hide-ok', 'hide-whitelist', 'no-color', 'time', 'verbose')); + $options = getopt('d:e:i:bmcxlhkwntv', array('directory:', 'extension:', 'ignore:', 'base', 'checksum', 'comment', 'extra-check', 'follow-link', 'help', 'hide-ok', 'hide-whitelist', 'no-color', 'time', 'verbose')); //Help Option should be first if (isset($options['help']) || isset($options['h'])) {