mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +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)
|
function execute($code, $seed)
|
||||||
{
|
{
|
||||||
global $config;
|
global $config;
|
||||||
|
srand($seed);
|
||||||
mt_srand($seed);
|
mt_srand($seed);
|
||||||
|
|
||||||
// Create image
|
// Create image
|
||||||
|
Reference in New Issue
Block a user