From a55b68d7dcada8af6305ae889d681641a0ca26f2 Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 11 Jun 2018 10:58:05 +0800 Subject: [PATCH] =?UTF-8?q?pgr=20=E6=98=BE=E7=A4=BA=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E5=9B=BD=E5=AE=B6:=E6=B3=B0=E5=9B=BD,=20=E5=B0=BC=E6=B3=8A?= =?UTF-8?q?=E5=B0=94=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 44c1d9ca..74d0302e 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -26,7 +26,7 @@ class Welcome extends CI_Controller { $data['last_city_list'] = $this->Area_model->get_last_edit_city(); if ($this->config->item('site_code') == 'pgr') { - $data['countryList'] = $this->Area_model->get_country_list_for_site("'589','645'"); + $data['countryList'] = $this->Area_model->get_country_list_for_site("'589','645','632','517','31','28','609','630','9'"); } $this->load->view('bootstrap/header', $data);