From 936c7cb6673f364d6c432bf1cd65914ec0d95581 Mon Sep 17 00:00:00 2001 From: Marek Knappe Date: Tue, 23 Oct 2018 16:10:52 +1000 Subject: [PATCH] Fixed ANSI color with Quitting message - closes #30 --- scan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.php b/scan.php index 6656ceb..bc8c5b4 100644 --- a/scan.php +++ b/scan.php @@ -94,7 +94,7 @@ class MalwareScanner { echo $this->ANSI_RED . 'Error: ' . $msg . $this->ANSI_OFF . PHP_EOL; $this->showHelp(); - echo PHP_EOL . $this->ANSI_RED . 'Quiting' . PHP_EOL; + echo PHP_EOL . $this->ANSI_RED . 'Quiting' . $this->ANSI_OFF . PHP_EOL; } //Handles pattern loading and saving to the class object