🌍
Français
Griot a écrit:
une solution simple consiste à modifier "/include/menubar.inc.php" de la façon suivante :
dans la partie
// the logout link has no meaning with Apache authentication : it is not
// possible to logout with this kind of authentication.
if (!$conf['apache_authentication'])
{
$template->assign('U_LOGOUT', get_root_url().'?act=logout');
}
remplacer
$template->assign('U_LOGOUT', get_root_url().'?act=logout');
par
$template->assign('U_LOGOUT', 'http://mon_site/ma_page?act=logout');
JPGriot
simple ça reste à voir, mais c'est surtout complètement .... les modifications seront perdues à chaque maj
Hors ligne