From 3e115a7050d2b6edaf64e85b7145f286d4cff703 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 1 Nov 2017 17:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/keyworlds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/keyworlds.php b/application/controllers/keyworlds.php index cf9cd359..6376ca99 100644 --- a/application/controllers/keyworlds.php +++ b/application/controllers/keyworlds.php @@ -323,7 +323,7 @@ class Keyworlds extends CI_Controller { 'value' => ($rank['rank'] . " / " . $rank["rank_m"]), 'real' => $rank_flag . " : " . $rank[$rank_flag], 'tmp' => intval($last_rank[0]->kwr_datetime) . "-" . intval($today) . $client_flag, - 'orignal' => $orignal, + // 'orignal' => $orignal, "site" => $site_url ); echo json_encode($data);