aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/json_response.php
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-11-17 17:13:35 +0000
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:21 +0200
commite5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b (patch)
tree009ac20294c7334b4167219d0481bf35800e450b /phpBB/includes/json_response.php
parent8da463ac9e0048626bc5dd76073d31e9bc68fc2b (diff)
downloadforums-e5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b.tar
forums-e5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b.tar.gz
forums-e5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b.tar.bz2
forums-e5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b.tar.xz
forums-e5d0f2c6ad5af0bf00303dfc15f4a11b1709eb4b.zip
[ticket/10328] Fixed the header of json_response.php.
PHPBB3-10328
Diffstat (limited to 'phpBB/includes/json_response.php')
-rw-r--r--phpBB/includes/json_response.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/json_response.php b/phpBB/includes/json_response.php
index dfddea98f2..5dd904da09 100644
--- a/phpBB/includes/json_response.php
+++ b/phpBB/includes/json_response.php
@@ -2,8 +2,7 @@
/**
*
* @package phpBB3
-* @version $Id$
-* @copyright (c) 2005 phpBB Group
+* @copyright (c) 2011 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/