Use PHP7 function random_bytes() to generate tokens if available

This commit is contained in:
Frederic Guillot
2015-11-15 16:31:26 -05:00
parent 5dc7a242bc
commit 4358708f1b
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ New features:
Improvements:
* Improve error handling of plugins
* Use PHP7 function random_bytes() to generate tokens if available
Internal code refactoring: