From 84677007c4afdb6f588fc930ae45cdf4de3e32b7 Mon Sep 17 00:00:00 2001 From: Mushlih Almubarak Date: Tue, 13 Sep 2022 17:46:14 +0300 Subject: [PATCH] Add [dot] before "rar" word --- unzipper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unzipper.php b/unzipper.php index b7b1bbc..e4cc8b2 100644 --- a/unzipper.php +++ b/unzipper.php @@ -57,7 +57,7 @@ public function __construct() { $GLOBALS['status'] = array('info' => '.zip or .gz or .rar files found, ready for extraction'); } else { - $GLOBALS['status'] = array('info' => 'No .zip or .gz or rar files found. So only zipping functionality available.'); + $GLOBALS['status'] = array('info' => 'No .zip or .gz or .rar files found. So only zipping functionality available.'); } } }