|
|
|
@ -2180,7 +2180,7 @@ class Information extends CI_Controller
|
|
|
|
|
$msg .= $this->lang->line('update_cdn_failed') . '<br>' . $notice;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$data[] = array('name' => 'ok', 'value' => $msg, 'url' => $url);
|
|
|
|
|
$data[] = array('name' => 'ok', 'value' => $msg, 'url' => $url, 'content' => $content);
|
|
|
|
|
}
|
|
|
|
|
//如果是外部调用就返回结果,内部就不返回了
|
|
|
|
|
if ($this->input->post('cache_url')) {
|
|
|
|
@ -2296,4 +2296,4 @@ class Information extends CI_Controller
|
|
|
|
|
echo json_encode($data);
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|