summaryrefslogtreecommitdiffstats
path: root/templates/show_ip_history.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r--templates/show_ip_history.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php
index 9b266772..801d51cd 100644
--- a/templates/show_ip_history.inc.php
+++ b/templates/show_ip_history.inc.php
@@ -43,7 +43,7 @@
<?php echo date("d/m/Y H\hi",$data['date']); ?>
</td>
<td class="cel_ipaddress">
- <?php echo int2ip($data['ip']); ?>
+ <?php echo long2ip($data['ip']); ?>
</td>
</tr>
<?php } ?>