Removed explicit gzip.

This commit is contained in:
flash 2019-11-02 19:05:55 +01:00
parent 55d31d5451
commit 0ab653e9e2

View file

@ -395,11 +395,6 @@ MIG;
exit;
}
if(!MSZ_DEBUG) {
ob_start('ob_gzhandler');
}
// we're running this again because ob_clean breaks gzip otherwise
ob_start();
if(!is_readable(MSZ_STORAGE) || !is_writable(MSZ_STORAGE)) {