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.phtml11
1 files changed, 2 insertions, 9 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index 771f3ac..bf8d8e3 100755
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -54,17 +54,10 @@
<div class='details'>
<label>MacAdress</label>
<div class='item'><?php echo $this->escape($client['macadress']) ?></div>
-
<label>IpAdress</label>
- <?php if(isset($client['ip'])) {?>
- <div class='item'><?php echo $this->escape($client['ip']); ?></div>
- <?php } else { ?>
- <div class='item'>&nbsp;</div>
- <?php }?>
- <?php if(isset($client['ip6'])) {?>
+ <div class='item'><?php echo $this->escape($client['ip']); ?>&nbsp;</div>
<label>Ip6Adress</label>
- <div class='item'><?php echo $this->escape($client['ip6']); ?></div>
- <?php }?>
+ <div class='item'><?php echo $this->escape($client['ip6']); ?>&nbsp;</div>
<label>Hardwarehash</label>
<div class='item'><?php echo $this->escape($client['hardwarehash']) ?></div>
<label>Created</label>