Skip to content

Commit 43692c2

Browse files
committed
fixed displayed data in fail2ban log view.
1 parent 8418bdc commit 43692c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/monitor/show_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
case 'fail2ban':
114114
$template = 'templates/show_data.htm';
115115
$output .= showFail2ban();
116-
$time = getDataTime('fail2ban');
116+
$time = getDataTime('log_fail2ban');
117117
$title = 'fail2ban - Log (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')';
118118
$description = '';
119119
break;

0 commit comments

Comments
 (0)