mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Changed the calling format of the errorlog routines to new array() form
This commit is contained in:
parent
2a3bd14ee4
commit
149888c36d
@ -42,12 +42,11 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$phpgw->log->message('W-VerifySession, could not verify session durring logout');
|
$phpgw->log->write(array('text'=>'W-VerifySession, could not verify session durring logout'));
|
||||||
$phpgw->log->commit();
|
|
||||||
}
|
}
|
||||||
Setcookie('sessionid');
|
Setcookie('sessionid');
|
||||||
Setcookie('kp3');
|
Setcookie('kp3');
|
||||||
Setcookie('domain');
|
Setcookie('domain');
|
||||||
|
|
||||||
$phpgw->redirect($phpgw_info['server']['webserver_url'].'/login.php?cd=1');
|
$phpgw->redirect($phpgw_info['server']['webserver_url'].'/login.php?cd=1');
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user