phpbb/phpBB/includes/auth
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
..
auth_apache.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00
auth_db.php Merge branch 'develop-olympus' into develop 2011-07-05 02:10:03 +02:00
auth_ldap.php Merge branch 'develop-olympus' into develop 2011-06-09 13:00:39 +02:00
index.htm Auth plug-in, say thanks to Sergey Kanareykin 2002-08-06 16:56:14 +00:00