destoon采集论坛

 找回密码
 立即注册
查看: 153|回复: 2

关于账户同步登录退出的bug

[复制链接]

1

主题

0

回帖

5

积分

新手上路

Rank: 1

积分
5
发表于 2012-8-26 17:47:12 | 显示全部楼层 |阅读模式
[ol]
  • /*修改此处 count($_CACHE['apps']) 大于 0 不是大于 1 */
  • function uc_user_synlogin($uid) {
  •         $uid = intval($uid);
  •         if(@include UC_ROOT.'./data/cache/apps.php') {
  •                 if(count($_CACHE['apps']) > 0/*源码为1*/) {
  •                         $return = uc_api_post('user', 'synlogin', array('uid'=>$uid));
  •                 } else {
  •                         $return = '';
  •                 }
  •         }
  •         return $return;
  • }
  • /*修改此处 count($_CACHE['apps']) 大于 0 不是大于 1 */
  • function uc_user_synlogout() {
  •         if(@include UC_ROOT.'./data/cache/apps.php') {
  •                 if(count($_CACHE['apps']) > 0) {
  •                         $return = uc_api_post('user', 'synlogout', array());
  •                 } else {
  •                         $return = '';
  •                 }
  •         }
  •         return $return;
  • }[/ol]复制代码
  • 回复

    使用道具 举报

    0

    主题

    15

    回帖

    38

    积分

    新手上路

    Rank: 1

    积分
    38
    发表于 2012-8-27 23:15:40 | 显示全部楼层

    什么东东啊?楼主请说明白点。
    回复 支持 反对

    使用道具 举报

    0

    主题

    3

    回帖

    10

    积分

    新手上路

    Rank: 1

    积分
    10
    发表于 2013-1-29 12:39:01 | 显示全部楼层

    啥情况啊,研究一下
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|小黑屋|手机版|Archiver|destoon采集论坛

    GMT+8, 2025-11-23 10:26 , Processed in 0.015885 second(s), 21 queries .

    Powered by Discuz! X3.4

    © 2001-2023 Discuz! Team.

    快速回复 返回顶部 返回列表