mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
ZF JSON
Убираем местные костыли по работе с JSON.
This commit is contained in:
parent
c69eec1b41
commit
067528b2d7
7 changed files with 9 additions and 89 deletions
2
ajax.php
2
ajax.php
|
@ -249,7 +249,7 @@ class ajax_common
|
|||
}
|
||||
}
|
||||
|
||||
$response_js = bb_json_encode($this->response);
|
||||
$response_js = Zend\Json\Json::encode($this->response);
|
||||
|
||||
if (GZIP_OUTPUT_ALLOWED && !defined('NO_GZIP'))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue