"imediatly closing the sesson, as there's no need to keep it open (and preventing parallel calls)"

This commit is contained in:
Ralf Becker 2009-04-19 07:22:00 +00:00
parent 107d5dbbe9
commit 8a014ce016

View File

@ -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'];