summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-13 15:24:40 +0200
committerBjörn Geiger2011-10-13 15:24:40 +0200
commit50b14a8e882854fded630a98d12d0dba8bb94ba3 (patch)
treec152e5908f9b3fbeb8500841a8cdb3f4e702dea4 /application/modules/user/views/scripts/client
parentipadresse im pool und client hinzugefügt (diff)
downloadpbs2-50b14a8e882854fded630a98d12d0dba8bb94ba3.tar.gz
pbs2-50b14a8e882854fded630a98d12d0dba8bb94ba3.tar.xz
pbs2-50b14a8e882854fded630a98d12d0dba8bb94ba3.zip
minor
Diffstat (limited to 'application/modules/user/views/scripts/client')
-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>