* Hide password and token of instance view page.

This commit is contained in:
zhaoke
2023-08-29 13:24:55 +08:00
parent 8adee143c7
commit d22a23745c
16 changed files with 193 additions and 10 deletions
+1
View File
@@ -42,6 +42,7 @@ class account extends control
$this->view->title = $this->lang->account->common;
$this->view->accountList = $accountList;
$this->view->users = $this->loadModel('user')->getPairs('noletter,noempty,noclosed');
$this->view->pager = $pager;
$this->view->param = $param;
$this->view->orderBy = $orderBy;