diff --git a/unzip.php b/unzip.php index 9cf457a..3b320de 100644 --- a/unzip.php +++ b/unzip.php @@ -2,7 +2,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... + * For security reasons, this only is allowed to run inside it's own current directory.... * It is recommended to delete this file After use */ $curdir = dirname(__FILE__) . "/";