Replace salt function with a more modern, cryptographically secure pseudo-random method

Set minimum PHP version to 7.0.0 for random_bytes
This commit is contained in:
Bert Van de Poel
2021-04-24 03:33:50 +02:00
committed by Deon George
parent fe3798f8ec
commit 24ce5d5833
3 changed files with 5 additions and 11 deletions

View File

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