# Tiny PHP File Manager Tiny file manager in single php file
H3K | Tiny File Manager ## Requirements - PHP 5.2 or higher. - [Zip extension](http://php.net/manual/en/book.zip.php) for zip and unzip actions. - Fileinfo, iconv and mbstring extensions are strongly recommended. ## How to use 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. Warning: Please set your own username and password in $auth_users before use. To enable/disable authentication set $use_auth to true or false. ### :loudspeaker: Features Source: filemanager(original version) were built by alexantr.
This is an excellent and improved version of the original.