From 45f711b6a6bd1bc10755d3aa664dfc5599bd4861 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Wed, 5 Jul 2017 12:24:42 +0530 Subject: [PATCH] Updated readme file --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbaf62..1f25d51 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# tinyfilemanager +# Tiny PHP File Manager Tiny file manager in single php file +
+

How to use

+ +Download ZIP with latest version from master branch. + +Copy filemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/filemanager.php). + +Default username/password: admin/admin. password has encripted with MD5. + +Warning: Please set your own username and password in $auth_users before use. + +To enable/disable authentication set $use_auth to true or false.