From 7b80d12da34449c7ad873d9a3ac18065627a4085 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Tue, 10 Apr 2018 22:02:22 +0530 Subject: [PATCH] Added ajax upload --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 504db83..95f92ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Tiny PHP File Manager -Tiny file manager in single php file +It is a simple, fast and small file manager with single php file.
H3K | Tiny File Manager @@ -15,7 +15,7 @@ Download ZIP with latest version from master branch. 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. +Default username/password: admin/admin and user/12345. password has encripted with MD5. Warning: Please set your own username and password in $auth_users before use. @@ -38,7 +38,7 @@ To enable/disable authentication set $use_auth to true or false.