summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/client/index.phtml')
-rwxr-xr-xapplication/modules/user/views/scripts/client/index.phtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index 8364b98..f12bb5b 100755
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -54,11 +54,13 @@
<div class='details'>
<label>MacAdress</label>
<div class='item'><?php echo $this->escape($client['macadress']) ?></div>
+ <?php if(isset($client['ip6'])) {?>
<label>IpAdress</label>
- <div class='item'><?php echo $this->escape($client['ipaddress']); ?></div>
- <?php if(isset($client['ip6adress'])) {?>
+ <div class='item'><?php echo $this->escape($client['ip']); ?></div>
+ <?php }?>
+ <?php if(isset($client['ip6'])) {?>
<label>Ip6Adress</label>
- <div class='item'><?php echo $this->escape($client['ip6address']); ?></div>
+ <div class='item'><?php echo $this->escape($client['ip6']); ?></div>
<?php }?>
<label>Hardwarehash</label>
<div class='item'><?php echo $this->escape($client['hardwarehash']) ?></div>