diff options
author | Martijn Ras <Martijn.Ras@GMail.com> | 2021-01-08 00:12:41 +0100 |
---|---|---|
committer | Martijn Ras <Martijn.Ras@GMail.com> | 2021-01-08 00:12:41 +0100 |
commit | 5484014bf7df7f7fa3bf50b64d0f95803c2f2b51 (patch) | |
tree | 6959d63dd168a821ea512bb65fd81e909ab5b90c /install.php | |
parent | 5c8b2505a324dc1c2c12f108aa21287c5592f27b (diff) | |
download | dokuwiki-5484014bf7df7f7fa3bf50b64d0f95803c2f2b51.tar.gz dokuwiki-5484014bf7df7f7fa3bf50b64d0f95803c2f2b51.zip |
Fix for Remove random_compat, no longer needed #3262
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index e8e927933..d2c0d6b96 100644 --- a/install.php +++ b/install.php @@ -569,7 +569,6 @@ function check_functions(){ random_bytes(1); } catch (\Exception $th) { // If an appropriate source of randomness cannot be found, an Exception will be thrown by PHP 7+ - // this exception is also thrown by paragonie/random_compat for PHP 5.6 support $error[] = $lang['i_urandom']; $ok = false; } |