1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-12 02:53:58 +02:00

Adjusted requirements

This commit is contained in:
Marco Dickert
2017-07-27 12:31:13 +02:00
committed by GitHub
parent 0a0961c54e
commit 33558cf2a3

View File

@@ -19,10 +19,19 @@ The IFM uses the following resources:
* image preview
## requirements
| Client | Server |
|:--------------------------------- |:------------------------------------------------------------ |
| HTML5 and CSS3 compatible browser | PHP >= 5.5 (only if using auth; if not PHP 5.4 works either) |
| activated JavaScript | optional: cURL extention (for remote upload) |
* Client
* HTML5 and CSS3 compatible browser
* activated javascript
* Server
* PHP >= 5.5
* extensions
* bz2
* curl (for remote upload)
* json
* phar (for tar support)
* zip
* zlib
## installation
Just copy the ifm.php to your webspace - thats all :)