mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
switching output compression off, as it makes problems with synthesis client
This commit is contained in:
parent
613ad14467
commit
8668f638be
2
rpc.php
2
rpc.php
@ -59,6 +59,8 @@ if (!empty($_SERVER['CONTENT_TYPE'])) {
|
||||
if (strpos($_SERVER['CONTENT_TYPE'], 'application/vnd.syncml+xml') !== false) {
|
||||
$serverType = 'syncml';
|
||||
} elseif (strpos($_SERVER['CONTENT_TYPE'], 'application/vnd.syncml+wbxml') !== false) {
|
||||
// switching output compression off, as it makes problems with synthesis client
|
||||
ini_set('zlib.output_compression',0);
|
||||
$serverType = 'syncml_wbxml';
|
||||
} elseif (strpos($_SERVER['CONTENT_TYPE'], 'text/xml') !== false) {
|
||||
$input = Horde_RPC::getInput();
|
||||
|
Loading…
Reference in New Issue
Block a user