summaryrefslogtreecommitdiffstats
path: root/freeradius3-logfile-html.lsp
blob: edb192d4e03f532f61a46773c9c658561332c8b5 (plain)
1
2
3
4
5
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 %>