mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed fatal error "class errorlog not found"
This commit is contained in:
parent
6b0ed9111f
commit
930b880347
12
logout.php
12
logout.php
@ -36,17 +36,7 @@ if($verified)
|
|||||||
$GLOBALS['egw']->hooks->process('logout');
|
$GLOBALS['egw']->hooks->process('logout');
|
||||||
$GLOBALS['egw']->session->destroy($GLOBALS['sessionid'],$GLOBALS['kp3']);
|
$GLOBALS['egw']->session->destroy($GLOBALS['sessionid'],$GLOBALS['kp3']);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
if(is_object($GLOBALS['egw']->log))
|
|
||||||
{
|
|
||||||
$GLOBALS['egw']->log->write(array(
|
|
||||||
'text' => 'W-VerifySession, could not verify session during logout',
|
|
||||||
'line' => __LINE__,
|
|
||||||
'file' => __FILE__
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$GLOBALS['egw']->session->egw_setcookie('eGW_remember','',0,'/');
|
$GLOBALS['egw']->session->egw_setcookie('eGW_remember','',0,'/');
|
||||||
$GLOBALS['egw']->session->egw_setcookie('sessionid');
|
$GLOBALS['egw']->session->egw_setcookie('sessionid');
|
||||||
$GLOBALS['egw']->session->egw_setcookie('kp3');
|
$GLOBALS['egw']->session->egw_setcookie('kp3');
|
||||||
|
Loading…
Reference in New Issue
Block a user