- Code for dev/control.php refactors.

This commit is contained in:
guofeilong
2023-02-14 08:39:58 +08:00
parent 14e13dee6f
commit f25bcb9edc

View File

@@ -91,9 +91,6 @@ class dev extends control
public function langItem()
{
$this->view->title = $this->lang->langItem;
$this->view->position[] = $this->lang->langItem;
$this->view->tab = 'langItem';
$this->display();
}