From 3e8c1cf57adebbb2e26dbeaf445ebb437e7d7321 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 17 Mar 2023 10:38:04 +0800 Subject: [PATCH] show content --- application/controllers/information.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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