From cb04b5770a6b3dc8d16bd590e0d8b621fe9e6cdf Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Sat, 27 Oct 2018 22:07:27 +0530 Subject: [PATCH] Updated Readme with Demo URL --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 567a0f8..8968d1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Tiny PHP File Manager -It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5+ available. +It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available. + +## Demo +tinyfilemanager.herokuapp.com + +## Documents +tinyfilemanager.github.io
+ H3K | Tiny File Manager ## Requirements @@ -17,7 +24,7 @@ Copy tinyfilemanager.php to your website folder and open it with web browser (e. Default username/password: admin/admin and user/12345. -Warning: Please set your own username and password in $auth_users before use. +Warning: Please set your own username and password in $auth_users before use. password is encrypted with password_hash(). to generate new password hash here To enable/disable authentication set $use_auth to true or false.