2017 年 3 月 29 日
Discuz! X3.2 开启 https 后 UCenter 通信失败的解决方法
打开 uc_server\model\misc.php 第 68 行找到 $port = !empty($matches['port']) ? $matches['port'] : 80; 在该句代码下方插入...
蒋德富的博客
打开 uc_server\model\misc.php 第 68 行找到 $port = !empty($matches['port']) ? $matches['port'] : 80; 在该句代码下方插入...