Ignore:
Timestamp:
Jul 28, 2006, 11:34:27 AM (18 years ago)
Author:
nikrou
Message:

Fix bug 451: improvement
small problem with reconnexion after session timeout
add auto-login function
all staff for session (connexion, auto-login and logout)
is now in include/user.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r1503 r1511  
    4545    'U_REGISTER' => get_root_url().'register.php',
    4646    'U_LOST_PASSWORD' => get_root_url().'password.php',
    47     'U_LOGOUT' => add_url_params(make_index_url(), array('act'=>'logout') ),
     47    'U_LOGOUT' => get_root_url().'?act=logout',
    4848    'U_ADMIN'=> get_root_url().'admin.php',
    4949    'U_PROFILE'=> get_root_url().'profile.php',
Note: See TracChangeset for help on using the changeset viewer.