首先模板里的header.php,里面有写死的http,需要改成https
然后是footer.php
再然后是include/lib/function.base.php
最后是include/lib/calendar.php
最后这个要改成这样:
static function url() {
$calendarUrl = isset($GLOBALS['record']) ? DYNAMIC_BLOGURL.'?action=cal&record='.intval($GLOBALS['record']) : DYNAMIC_BLOGURL.'?action=cal' ;
return str_replace("http://","https://",$calendarUrl);
}
模板的文件必须改吗
@冷辰:当时我应该是改了的。