Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

ucenter1.6 seccode.class.php 变量错误

[复制链接]
mark35 发表于 2014-3-3 16:59:48 | 显示全部楼层 |阅读模式
文件 uc_server/lib/seccode.class.php
line140

  1.                 imageline($this->im, $i, 0, $i-(isset($angle) ? $angle : 0), $this->height, $color);
复制代码

控制验证码倾斜角度的变量 $angle不存在,正确的应该是 $this->angle

  1.                 imageline($this->im, $i, 0, $i - $this->angle, $this->height, $color);
复制代码


wngx99 发表于 2014-3-7 15:30:27 | 显示全部楼层
收藏了,谢谢。
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 14:43 , Processed in 0.023696 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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