2603.10 frequesnt IPs link added
This commit is contained in:
@@ -94,7 +94,12 @@ $update_available = $upstream_version && is_newer_version($upstream_version, APP
|
||||
<!-- Top IPs + Top Ports -->
|
||||
<div class="two-col">
|
||||
<div class="card">
|
||||
<h2>Top source IPs <small class="muted" style="font-size:.7rem;font-weight:400">(24 h)</small></h2>
|
||||
<h2>
|
||||
Top source IPs <small class="muted" style="font-size:.7rem;font-weight:400">(24 h)</small>
|
||||
<a href="api/frequent_ips.php"
|
||||
style="float:right;font-size:.75rem;font-weight:400;color:var(--accent);text-decoration:none"
|
||||
target="_blank">Frequent IPs ↗</a>
|
||||
</h2>
|
||||
<?php if (empty($t_ips)): ?>
|
||||
<p class="muted">No data yet.</p>
|
||||
<?php else: ?>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
define('APP_VERSION', '2603.9');
|
||||
define('APP_VERSION', '2603.10');
|
||||
|
||||
Reference in New Issue
Block a user