Added Bcrypt support (#116)

* Set minimum PHP version to 5.5.0| Bcrypt Support
* Added Bcrypt hash support
* Update Install.md
This commit is contained in:
Gurvinder Dadyala
2020-08-30 17:28:50 +05:30
committed by GitHub
parent fb437b037e
commit bdfd68c3b6
3 changed files with 34 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
*/
/** The minimum version of PHP required to run phpLDAPadmin. */
define('REQUIRED_PHP_VERSION','5.0.0');
define('REQUIRED_PHP_VERSION','5.5.0');
/**
* The config class contains all our configuration settings for a session.