找开 phpcms\modules\admin 下的 site.php文件,在大约128行修改如下:
修改为if (!empty($domain) && !preg_match('/http:\/\/(.+)\/$/i', $domain)) {
if (!empty($domain) && !preg_match('/https:\/\/(.+)\/$/i', $domain)) {
修改为if (!empty($domain) && !preg_match('/http:\/\/(.+)\/$/i', $domain)) {
if (!empty($domain) && !preg_match('/https:\/\/(.+)\/$/i', $domain)) {
相关文章: