mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
"imediatly closing the sesson, as there's no need to keep it open (and preventing parallel calls)"
This commit is contained in:
parent
107d5dbbe9
commit
8a014ce016
@ -33,6 +33,9 @@ $GLOBALS['egw_info']['flags'] = array(
|
||||
);
|
||||
include ('../header.inc.php');
|
||||
|
||||
// no need to keep the session open (it stops other parallel calls)
|
||||
$GLOBALS['egw']->session->commit_session();
|
||||
|
||||
if (isset($_GET['path']))
|
||||
{
|
||||
$g_srcfile = $_GET['path'];
|
||||
|
Loading…
Reference in New Issue
Block a user