aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/gd.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-1/+1
| | | | PHPBB3-15910
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-9/+2
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+6
| | | | PHPBB3-13455
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+1
| | | | PHPBB3-13494
* [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-2/+2
| | | | PHPBB3-13468
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-111-8/+0
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-0/+138
PHPBB3-11854