diff options
Diffstat (limited to 'application/views')
| -rw-r--r-- | application/views/scripts/session/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml index bb3b28e..c9f726b 100644 --- a/application/views/scripts/session/index.phtml +++ b/application/views/scripts/session/index.phtml @@ -10,6 +10,7 @@ <th>BootmenuentryID</th> <th>BootOsID</th> <th>BootIsoID</th> + <th>MembershipID</th> <th>Time</th> <th>IP</th> <th>IPv6</th> @@ -22,7 +23,8 @@ <td><?php echo $this->escape($session->getClientID()) ?></td> <td><?php echo $this->escape($session->getBootmenuentryID()) ?></td> <td><?php echo $this->escape($session->getBootosID()) ?></td> - <td><?php echo $this->escape($session->getBootisoID()) ?></td> + <td><?php echo $this->escape($session->getBootisoID()) ?></td> + <td><?php echo $this->escape($session->getMembershipID()) ?></td> <td><?php echo date('d.m.Y H:i',$this->escape($session->getTime())) ?></td> <td><?php echo $this->escape($session->getIp()) ?></td> <td><?php echo $this->escape($session->getIp6()) ?></td> |
