summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-02-11 15:38:58 +0100
committerGitHub <noreply@github.com>2022-02-11 15:38:58 +0100
commitcd81c1e6b206c2830fffb4c33d89cb61837f3253 (patch)
treebaf27bc6686400f6e5d612470d04191a44ac75e4 /system/core/Security.php
parentdd249ea85f54f200267bb206e6cee23497cbe2e2 (diff)
parentdafbbba4f0ce775b7a70f37ba12ee85b65a941b1 (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 aac308194..a25c27c54 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -656,7 +656,6 @@ class CI_Security {
return $output;
}
-
if (is_readable('/dev/urandom') && ($fp = fopen('/dev/urandom', 'rb')) !== FALSE)
{
// Try not to waste entropy ...