mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
While we are at it ...
git-svn-id: file:///svn/phpbb/trunk@7487 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -27,7 +27,7 @@ class captcha
|
||||
function execute($code, $seed)
|
||||
{
|
||||
global $config;
|
||||
|
||||
srand($seed);
|
||||
mt_srand($seed);
|
||||
|
||||
// Create image
|
||||
|
Reference in New Issue
Block a user