From 8a0d997cb9cb52116e12fda13df37b9d5d0bf988 Mon Sep 17 00:00:00 2001 From: swagkarna <46685308+swagkarna@users.noreply.github.com> Date: Tue, 3 Aug 2021 14:00:23 +0530 Subject: [PATCH] Update unzip.php --- unzip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unzip.php b/unzip.php index 46de2fc..aa7bc5c 100644 --- a/unzip.php +++ b/unzip.php @@ -3,7 +3,7 @@ * Income Pitbull - Quick UnZipper * Place this in the same directory of the zip file. Then go to the file in your browser, enter the file name in the textbox, and hit "Unzip". * For security reasons, this only is allowed to run inside it's own current directory... - * It is recommended to delete this file after use + * It is recommended to delete this file after use. */ $curdir = dirname(__FILE__) . "/"; $status = "";