summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-02-11 15:38:58 +0100
committerAndrey Andreev <narf@devilix.net>2022-02-11 15:41:13 +0100
commit6846d26d7b8d7a05d98bf2020f9348beb63d97d7 (patch)
tree71b24a9a8a367b169eb205a7b17f5932068e1c0f /system/core/Security.php
parent61d77ed281390e0de66da3dbdde32d816c021b24 (diff)
[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces
Minor indentation & whitespace corrections
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index d1d4f8432..4ff9ac5aa 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -655,7 +655,6 @@ class CI_Security {
return $output;
}
-
if (is_readable('/dev/urandom') && ($fp = fopen('/dev/urandom', 'rb')) !== FALSE)
{
// Try not to waste entropy ...