phpbb/phpBB/install
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
..
convertors [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases. 2011-06-12 19:45:01 +02:00
data [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
schemas [prep-release-3.0.9] Bumping version number for 3.0.9 final. 2011-07-10 22:36:17 +02:00
database_update.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00
index.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00
install_convert.php [task/config-class] Always specify the config table to use. 2011-01-12 00:21:04 +01:00
install_install.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00
install_main.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
install_update.php [task/config-class] Always specify the config table to use. 2011-01-12 00:21:04 +01:00
phpinfo.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00