Implemented hide AKA, Minor Node::class changes, other fixes
This commit is contained in:
@@ -60,16 +60,16 @@ class Node
|
||||
return $this->ftns->count();
|
||||
|
||||
// The authenticated remote addresses
|
||||
case 'aka_remote':
|
||||
case 'aka_remote_authed':
|
||||
return $this->ftns_authed;
|
||||
|
||||
case 'aka_remote':
|
||||
return $this->ftns;
|
||||
|
||||
// Have we authenticated the remote
|
||||
case 'aka_authed':
|
||||
return $this->authed;
|
||||
|
||||
case 'ftn':
|
||||
return ($x=$this->ftns->first()) ? $x->ftn : 'Unknown';
|
||||
|
||||
// The nodes password
|
||||
case 'password':
|
||||
return ($this->ftns->count() && ($x=$this->ftns->first()->session('sespass'))) ? $x : '-';
|
||||
|
Reference in New Issue
Block a user