disable gzip for a sec
This commit is contained in:
parent
e9ac88f500
commit
80bef09e83
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ini_set('log_errors', 1);
|
||||||
ini_set('error_log', ROOT .'errors.log');
|
ini_set('error_log', ROOT .'errors.log');
|
||||||
|
|
||||||
// Start output buffering with gzip and no gzip fallback
|
// Start output buffering with gzip and no gzip fallback
|
||||||
if(!ob_start('ob_gzhandler'))
|
//if(!ob_start('ob_gzhandler'))
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
// Include Configuration
|
// Include Configuration
|
||||||
|
|
Reference in a new issue