Esempio n. 1
0
 function do_logout()
 {
     iMember::logout();
     iACP::destroy_seccode();
     iPHP::success('注销成功!', 'url:' . __SELF__);
 }