From 854eb1924cef946c58f906fe8477fcf684088c03 Mon Sep 17 00:00:00 2001 From: ycc Date: Tue, 10 Jan 2017 16:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E4=B8=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 7f69208d..47924bc1 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -59,7 +59,7 @@ class Information extends CI_Controller { $this->load->view('header', $data); $this->load->view('information_' . $data['detail']->ic_template); $this->load->view('footer'); - $this->output->cache(10080); + $this->output->cache(0); } }