mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
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 |
||
---|---|---|
.. | ||
convertors | ||
data | ||
schemas | ||
database_update.php | ||
index.php | ||
install_convert.php | ||
install_install.php | ||
install_main.php | ||
install_update.php | ||
phpinfo.php |