From 43692c2f1359e8ebf255b315f59afc5819e881df Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 10 Mar 2009 16:41:18 +0000 Subject: [PATCH] fixed displayed data in fail2ban log view. --- interface/web/monitor/show_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/monitor/show_data.php b/interface/web/monitor/show_data.php index cf39e90c4c..4f179918cd 100644 --- a/interface/web/monitor/show_data.php +++ b/interface/web/monitor/show_data.php @@ -113,7 +113,7 @@ switch($dataType) { case 'fail2ban': $template = 'templates/show_data.htm'; $output .= showFail2ban(); - $time = getDataTime('fail2ban'); + $time = getDataTime('log_fail2ban'); $title = 'fail2ban - Log (' . $monTransSrv . ' : ' . $_SESSION['monitor']['server_name'] . ')'; $description = ''; break; -- GitLab