Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
43692c2f
Commit
43692c2f
authored
Mar 10, 2009
by
tbrehm
Browse files
fixed displayed data in fail2ban log view.
parent
8418bdc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/monitor/show_data.php
View file @
43692c2f
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment