From cc4de9b2271a0f42ff876159c8d05ca84387e408 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Wed, 30 Aug 2017 14:28:03 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d664309..7133514 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ Tiny file manager in single php file
H3k | Tiny File Manager -

How to use

+ +## Requirements + +- PHP 5.2 or higher. +- [Zip extension](http://php.net/manual/en/book.zip.php) for zip and unzip actions. +- Fileinfo, iconv and mbstring extensions are strongly recommended. + +## How to use Download ZIP with latest version from master branch. @@ -14,7 +21,8 @@ Warning: Please set your own username and password in $auth_users before use. To enable/disable authentication set $use_auth to true or false. -

Features

+ +### Features