摘要:开启https后侧边栏日历无法正常显示它会一直显示加载中...
Emlog侧边栏日历修复
这时候怎么办呢?我们只需要登录FTP找到
/include/lib/function.base.php
搜索以下代码:
return 'http:...
开启https后侧边栏日历无法正常显示它会一直显示加载中...
Emlog侧边栏日历修复
这时候怎么办呢?我们只需要登录FTP找到
/include/lib/function.base.php
搜索以下代码:
return 'http://' . $_SERVER['HTTP_HOST'] . $matches[0];
更换为
return '//' . $_SERVER['HTTP_HOST'] . $matches[0];