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:*'); }