* Delete chat/downloadxxd.php.

This commit is contained in:
Yagami
2019-01-15 14:24:48 +08:00
parent 426073c758
commit 29659ce40f
@@ -1,17 +0,0 @@
<?php
class chat extends control
{
public function downloadXXD()
{
if($_POST)
{
$setting = fixer::input('post')->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();
}
}