aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/captcha_abstract.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is part 2 of the pr. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-5/+3
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+1
| | | | PHPBB3-13762
* [ticket/13718] Added missing global declarationJoshyPHP2015-03-231-1/+1
| | | | PHPBB3-13718
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+8
| | | | PHPBB3-13455
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-111-1/+19
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-0/+372
PHPBB3-11854