tinyfilemanager/README.md

16 lines
544 B
Markdown
Raw Normal View History

2017-07-05 08:54:42 +02:00
# Tiny PHP File Manager
2017-07-05 08:31:58 +02:00
Tiny file manager in single php file
2017-07-05 08:54:42 +02:00
<hr>
2017-07-05 09:16:38 +02:00
<img src="tinyfilemanager.jpg" alt="H3k | Tiny File Manager">
2017-07-05 08:54:42 +02:00
<h3>How to use</h3>
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.