Commit a5145fa4656f97c9dd125eef268fa774983ea3c6
1 parent
fb79687d
Exists in
master
--no commit message
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
classesphp/funcoes_gerais.php
... | ... | @@ -2275,12 +2275,12 @@ function echojson($a) |
2275 | 2275 | //ob_clean(); |
2276 | 2276 | error_reporting(0); |
2277 | 2277 | ob_end_clean(); |
2278 | - if(extension_loaded('zlib')) | |
2279 | - {ob_start('ob_gzhandler');} | |
2278 | + //if(extension_loaded('zlib')) | |
2279 | + //{ob_start('ob_gzhandler');} | |
2280 | 2280 | header("Content-type: text/html"); |
2281 | 2281 | echo $a; |
2282 | - if(extension_loaded('zlib')) | |
2283 | - {ob_end_flush();} | |
2282 | + //if(extension_loaded('zlib')) | |
2283 | + //{ob_end_flush();} | |
2284 | 2284 | exit; |
2285 | 2285 | } |
2286 | 2286 | /* | ... | ... |