From 70fc3b9be8695d18781ba60c1c4a37542fbb6743 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Wed, 5 Jul 2017 13:15:58 +0530 Subject: [PATCH] updated features --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f041649..648b5dd 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,26 @@ Tiny file manager in single php file 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). +Copy tinyfilemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/tinyfilemanager.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. + +

Features

+ + +Source: filemanager(original version) were built by alexantr.
+This is an excellent and improved version of the original.