hotfix/远程访问多媒体中心
cyc 6 years ago
parent 038936b645
commit 27e8d4e8d3

@ -315,7 +315,7 @@ class Index_gm extends CI_Controller
$css_content .= $get_http_temp;
}
foreach ($html_object->find('style') as $style) {
foreach ($this->html_object->find('style') as $style) {
$css_content .= $style->innertext;
$style->outertext = '';
}

Loading…
Cancel
Save