From 302a3fbe27b23577b0aa55a9a10d2042d0599c05 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 21 Aug 2011 18:36:24 +0000 Subject: [PATCH] fixed comment --- lam/templates/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/login.php b/lam/templates/login.php index 001b8413..2be4722e 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -101,7 +101,7 @@ function display_LoginPage($config_object) { logNewMessage(LOG_DEBUG, "Display login page"); global $error_message; // generate 256 bit key and initialization vector for user/passwd-encryption - // check if we can use /dev/random otherwise use /dev/urandom or rand() + // check if we can use /dev/urandom otherwise use rand() if(function_exists('mcrypt_create_iv')) { $key = @mcrypt_create_iv(32, MCRYPT_DEV_URANDOM); if (! $key) {