diff options
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 7d62895bd..122605443 100644 --- a/include/text.php +++ b/include/text.php @@ -679,7 +679,7 @@ function logid() { $x = session_id(); if(! $x) $x = getmypid(); - return hash('crc32',$x); + return substr(hash('whirlpool',$x),0,10); } /** |