Fix host info page
This commit is contained in:
parent
2b5a996578
commit
c476b32080
1 changed files with 7 additions and 4 deletions
|
@ -26,10 +26,13 @@ class Host extends Admin
|
|||
|
||||
$host = @\gethostbyaddr($ip);
|
||||
|
||||
$this->nameTpl = 'message';
|
||||
$this->titles = \ForkBB\__('Info');
|
||||
$this->message = \ForkBB\__('Host info', $ip, $host, $this->c->Router->link('AdminUsersResult', ['data' => "ip:{$ip}"]));
|
||||
$this->back = true;
|
||||
$this->nameTpl = 'message';
|
||||
$this->titles = \ForkBB\__('Info');
|
||||
$this->back = true;
|
||||
$this->fIswev = [
|
||||
'i',
|
||||
\ForkBB\__('Host info', $ip, $host, $this->c->Router->link('AdminUsersResult', ['data' => "ip:{$ip}"])),
|
||||
];
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue