Esempio n. 1
0
function tbxLogout()
{
    global $is_firefox;
    Authenticate::Logout();
    Growl::AddMessage('You have been successfully logged out of the control panel');
    include_once 'cp-login.php';
}