destroy LSID cookie when actively hitting "Logout" (fixes #56, Debian #703138)

This commit is contained in:
Florian Schlichting 2017-01-08 02:12:22 +01:00
parent 93d3b6daba
commit fd36a1f5a5

View File

@ -10,7 +10,7 @@ if ( isset($c->authenticate_hook['server_auth_type']) ) {
$home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown
}
} else {
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout', translate('Log out of DAViCal') );
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout&forget', translate('Log out of DAViCal') );
}
$wiki_help = '';