phpwind系统头像无效问题
jb51
关键字描述:问题 无效 系统 user_a faceurl < if & false strpos
phpwind系统头像无效问题
打开:require/showimg.php
查找:
修改为:
phpwind系统头像无效问题
打开:require/showimg.php
查找:
Copy code
if (!$faceurl || !$user_a[0] || strpos($faceurl,'<')!==false || $user_a[1]<1) {
修改为:
Copy code
if (!$faceurl || (!$user_a[0] && empty($user_a[4])) || strpos($faceurl,'<')!==false || $user_a[1]<1) {