This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-02-24 20:13:22 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
/
includes
/
captcha
History
Callum Macrae
657971754b
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
...
As per the coding guidlines, sizeof() should be used instead of count(). PHPBB3-10112
2011-03-30 11:30:27 +01:00
..
plugins
[ticket/9829] Fix error in recaptcha validation.
2010-09-19 16:29:12 +02:00
captcha_factory.php
#52875
working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy.
2009-10-15 10:52:41 +00:00
captcha_gd_wave.php
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
2011-01-30 00:49:53 +01:00
captcha_gd.php
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
2011-03-30 11:30:27 +01:00
captcha_non_gd.php
…