From 29659ce40f364ff94c00aa4c5ac851df44b497bd Mon Sep 17 00:00:00 2001 From: Yagami Date: Tue, 15 Jan 2019 14:24:48 +0800 Subject: [PATCH] * Delete chat/downloadxxd.php. --- .../module/chat/ext/control/downloadxxd.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 xuanxuan/module/chat/ext/control/downloadxxd.php diff --git a/xuanxuan/module/chat/ext/control/downloadxxd.php b/xuanxuan/module/chat/ext/control/downloadxxd.php deleted file mode 100644 index e984cc0cfa..0000000000 --- a/xuanxuan/module/chat/ext/control/downloadxxd.php +++ /dev/null @@ -1,17 +0,0 @@ -get(); - $result = $this->loadModel('setting')->setItems('system.common.xxd', $setting); - $this->chat->downloadXXD($setting); - } - - if(!isset($this->config->xxd)) $this->config->xxd = new stdclass(); - $this->view->title = $this->lang->chat->downloadXXD; - $this->display(); - } -}