mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 15:59:45 +01:00
Api: Fix sharing folders by making sure compression is off
This commit is contained in:
parent
665213dab8
commit
2103c2869d
@ -270,6 +270,10 @@ class Etemplate extends Etemplate\Widget\Template
|
|||||||
}
|
}
|
||||||
if ($output_mode != 1)
|
if ($output_mode != 1)
|
||||||
{
|
{
|
||||||
|
// Turn compression off so Ajax::headers() does not send a compression header
|
||||||
|
// echo (used below) is not compatible with browser expecting compressed content
|
||||||
|
ini_set('zlib.output_compression', 0);
|
||||||
|
|
||||||
echo $GLOBALS['egw']->framework->header();
|
echo $GLOBALS['egw']->framework->header();
|
||||||
if ($output_mode != 2 && !$GLOBALS['egw_info']['flags']['nonavbar'])
|
if ($output_mode != 2 && !$GLOBALS['egw_info']['flags']['nonavbar'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user