mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
run fastcgi_finish_request also for non-compat install
This commit is contained in:
parent
8cd1707736
commit
e6ccdba871
@ -591,7 +591,7 @@ class Egw extends Egw\Base
|
|||||||
}
|
}
|
||||||
flush();*/
|
flush();*/
|
||||||
// working for fastCGI :-)
|
// working for fastCGI :-)
|
||||||
if (function_exists('fastcgi_finish_request') && substr($_SERVER['PHP_SELF'], -32) != '/phpgwapi/cron/asyncservices.php')
|
if (function_exists('fastcgi_finish_request') && substr($_SERVER['PHP_SELF'], -18) != '/asyncservices.php')
|
||||||
{
|
{
|
||||||
fastcgi_finish_request();
|
fastcgi_finish_request();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user