1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-08-06 08:48:12 +02:00

Fix : Added Password_hash() #31

This commit is contained in:
Prasath Mani
2018-10-16 13:53:16 +05:30
parent 484faad1d1
commit 2331ce3d0f
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ It is a simple, fast and small file manager with single php file. It is also a w
## Requirements
- PHP 5.2 or higher.
- PHP 5.5.0 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.