diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index a118bd1c..37d1b1b2 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -52,7 +52,17 @@ class Index extends CI_Controller , 'vchw' => 'voyageschine' , - 'gh_vac' => 'globalhighlights_es', + 'gh_vac' => 'globalhighlights_es' + , + 'gh_jp' => 'globalhighlights_jp' + , + 'gh_vc' => 'globalhighlights_fr' + , + 'gh_ru' => 'globalhighlights_ru' + , + 'gh_gm' => 'globalhighlights_de' + , + 'gh_it' => 'globalhighlights_it' ); //站点日志存储库,每个网站对应一个 public function __construct()