diff --git a/application/controllers/information.php b/application/controllers/information.php index 9816802c..16f8c775 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2180,7 +2180,7 @@ class Information extends CI_Controller $msg .= $this->lang->line('update_cdn_failed') . '
' . $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; } -} +} \ No newline at end of file