Ejemplo n.º 1
0
 function synlogout($get, $post)
 {
     if (!API_SYNLOGOUT) {
         return API_RETURN_FORBIDDEN;
     }
     //note 同步登出 API 接口
     header('P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
     include_once DEDEINC . '/memberlogin.class.php';
     $cfg_ml = new MemberLogin();
     $cfg_ml->ExitCookie();
 }