+ add misc/features page.

This commit is contained in:
Hao Sun
2021-09-09 12:33:55 +08:00
parent 6b3b5661db
commit f54cf01c04
7 changed files with 124 additions and 4 deletions
+8
View File
@@ -247,4 +247,12 @@ class misc extends control
$data = array('content' => $this->misc->getRemind(), 'title' => $this->lang->misc->remind);
$this->send(array('result' => 'success', 'data' => $data));
}
/**
* Features dialog.
*/
public function features()
{
$this->display();
}
}