diff options
-rw-r--r-- | openntpd-logfile-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-logfile-html.lsp b/openntpd-logfile-html.lsp index 993c95a..57e315b 100644 --- a/openntpd-logfile-html.lsp +++ b/openntpd-logfile-html.lsp @@ -2,5 +2,5 @@ %> <% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="ntpd"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="ntpd"}) end %> |