예제 #1
0
파일: index.php 프로젝트: hackingman/TubeX
function tbxLogout()
{
    global $is_firefox;
    Authenticate::Logout();
    Growl::AddMessage('You have been successfully logged out of the control panel');
    include_once 'cp-login.php';
}