You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,20 @@ It's handy if you do not have shell access. E.g. if you want to upload a lot of
6
6
7
7
8
8
## Requirements
9
-
PHP 5.3 and newer
10
-
(If you still run 5.2 or even 5.3 you should consider updating PHP. These old PHP versions do not get any security updates and your site may be vulnerable.)
9
+
PHP 5.3 and newer
10
+
(If you still run PHP < 5.6 you should consider updating PHP. These old PHP versions do not get any security updates and your site may be vulnerable.)
11
11
12
12
13
13
## Usage
14
14
* Download unzipper.php and place it in the same directory as your .zip archive.
15
15
* In Browser type URL to unzipper.php
16
16
* Choose .zip archive you want to extract
17
+
* Optionally select an extraction path, defaults to current directory
17
18
* Click "Unzip Archive"
18
19
19
20
20
21
## Version
21
-
Alpha version state, use at you own risk.
22
+
Beta version state, use at you own risk.
22
23
23
24
24
25
## License
@@ -31,3 +32,7 @@ Released under GNU/GPL v3
31
32
32
33
## Updates
33
34
Get latest code at https://github.com/ndeet/unzipper
35
+
36
+
37
+
## Credits
38
+
[See contributors on Github](https://github.com/ndeet/unzipper/graphs/contributors)
0 commit comments