From 7181fdb52f1bb8abda4b58c636b33687e7812f50 Mon Sep 17 00:00:00 2001 From: lmrwork <59361885@qq.com> Date: Sat, 24 Feb 2018 09:18:45 +0800 Subject: [PATCH] test ci --- application/controllers/info_amp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index 7f179fc1..6fb9fb35 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -11,7 +11,7 @@ class Info_amp extends CI_Controller parent::__construct(); //$this->permission->is_admin(); $this->load->model('InfoMetas_model'); - //CORS + //CORS TEST header('Access-Control-Allow-Origin:*'); }