diff --git a/xuanxuan/module/admin/ext/control/xuanxuan.php b/xuanxuan/module/admin/ext/control/xuanxuan.php index 088b0c2658..aa045bfb6a 100644 --- a/xuanxuan/module/admin/ext/control/xuanxuan.php +++ b/xuanxuan/module/admin/ext/control/xuanxuan.php @@ -17,6 +17,7 @@ class admin extends control $data = new stdclass(); $data->turnon = $this->post->turnon; $data->key = $this->post->key; + $data->server = $this->post->server; if($data) $this->loadModel('setting')->setItems('system.xuanxuan', $data); if(dao::isError()) $this->send(array('result' => 'fail', 'message' => dao::getError())); diff --git a/xuanxuan/module/admin/ext/view/xuanxuan.html.php b/xuanxuan/module/admin/ext/view/xuanxuan.html.php index c37d01ce93..030a6fdfae 100644 --- a/xuanxuan/module/admin/ext/view/xuanxuan.html.php +++ b/xuanxuan/module/admin/ext/view/xuanxuan.html.php @@ -22,27 +22,27 @@