diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-06 16:14:42 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-06 16:14:42 +0000 |
commit | 3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52 (patch) | |
tree | ac1c01c605a666983a89194f01e33cb8adaa49c2 /phpBB | |
parent | e280eb9ab039fd0ebe98825ee183fb41c3b69fa5 (diff) | |
download | forums-3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52.tar forums-3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52.tar.gz forums-3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52.tar.bz2 forums-3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52.tar.xz forums-3f0a62bf7c00c5e6584ebfaba9b1a733b3a38f52.zip |
While we are at it ...
git-svn-id: file:///svn/phpbb/trunk@7487 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/captcha/captcha_gd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/captcha_gd.php b/phpBB/includes/captcha/captcha_gd.php index 655a791bd4..df5813239b 100644 --- a/phpBB/includes/captcha/captcha_gd.php +++ b/phpBB/includes/captcha/captcha_gd.php @@ -27,7 +27,7 @@ class captcha function execute($code, $seed) { global $config; - + srand($seed); mt_srand($seed); // Create image |