1
0
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:
Henry Sudhof
2007-05-06 16:14:42 +00:00
parent e280eb9ab0
commit 3f0a62bf7c

View File

@@ -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