aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
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;
}