Skip to content

Commit

Permalink
Update unzip.php
Browse files Browse the repository at this point in the history
  • Loading branch information
swagkarna authored Jul 24, 2021
1 parent 5bc9ca5 commit 7dce85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.y
*/
$curdir = dirname(__FILE__) . "/";
Expand Down

0 comments on commit 7dce85e

Please sign in to comment.