summaryrefslogtreecommitdiffstats
path: root/freeradius3-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'freeradius3-logfile-html.lsp')
-rw-r--r--freeradius3-logfile-html.lsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/freeradius3-logfile-html.lsp b/freeradius3-logfile-html.lsp
new file mode 100644
index 0000000..edb192d
--- /dev/null
+++ b/freeradius3-logfile-html.lsp
@@ -0,0 +1,6 @@
+<% local data, viewlibrary = ...
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/radius/radius.log"})
+end %>