phpbb/phpBB/includes/captcha/plugins
Igor Wiedler 0bf6966c52 [feature/request-class] Add server(), header() and is_ajax() to request
Extend the request class with helpers for reading server vars (server())
and HTTP request headers (header()). Refactor the existing code base
to make use of these helpers, make $_SERVER a deactivated super global.

Also introduce an is_ajax() method, which checks the X-Requested-With
header for the value 'XMLHttpRequest', which is sent by JavaScript
libraries, such as jQuery.

PHPBB3-9716
2011-07-15 22:34:24 +02:00
..
captcha_abstract.php [ticket/9766] Delete delete_code() from CAPTCHA classes as it's never called. 2011-03-01 23:28:14 +01:00
phpbb_captcha_gd_plugin.php [task/config-class] Always specify the config table to use. 2011-01-12 00:21:04 +01:00
phpbb_captcha_gd_wave_plugin.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
phpbb_captcha_nogd_plugin.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
phpbb_captcha_qa_plugin.php Merge branch 'develop-olympus' into develop 2011-06-12 19:27:01 +02:00
phpbb_recaptcha_plugin.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00