mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Remove Zend
This commit is contained in:
parent
ee659bb190
commit
3e161065f3
2494 changed files with 7 additions and 298818 deletions
2
ajax.php
2
ajax.php
|
@ -255,7 +255,7 @@ class ajax_common
|
|||
}
|
||||
}
|
||||
|
||||
$response_js = Zend\Json\Json::encode($this->response);
|
||||
$response_js = json_encode($this->response);
|
||||
|
||||
if (GZIP_OUTPUT_ALLOWED && !defined('NO_GZIP')) {
|
||||
if (UA_GZIP_SUPPORTED && strlen($response_js) > 2000) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue