mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
While we are at it ...
git-svn-id: file:///svn/phpbb/trunk@7487 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e280eb9ab0
commit
3f0a62bf7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue