mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
Oh right. PHP4
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9581 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -34,6 +34,7 @@ class captcha
|
||||
function execute($code, $seed)
|
||||
{
|
||||
global $config;
|
||||
|
||||
srand($seed);
|
||||
//mt_srand($seed);
|
||||
|
||||
|
Reference in New Issue
Block a user