phpbb/phpBB/includes/captcha
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
..
plugins [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00
captcha_factory.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
captcha_gd.php Merge branch 'develop-olympus' into develop 2011-06-05 03:22:40 +02:00
captcha_gd_wave.php Merge branch 'develop-olympus' into develop 2011-01-30 01:17:06 +01:00
captcha_non_gd.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00