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