aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/json_response.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10328] Fixed the header of json_response.php.Callum Macrae2012-03-311-2/+1
| | | | PHPBB3-10328
* [ticket/10328] Added capital to "Content-type" in phpbb_json_response.Callum Macrae2012-03-311-1/+1
| | | | | | | It was originally Content-type, but has been replaced with Content-Type, which is correct. PHPBB3-10328
* [ticket/10328] Renamed the JSON class, also now using autoloading.Callum Macrae2012-03-311-0/+42
It is no longer static, and uses autoloading. It has also been renamed from JSON to phpbb_json_response. PHPBB3-10328