blob: 4dcc8d04e627fc7c1e20bc806dc1dae6873ea0d5 (
plain)
1
2
3
4
5
6
7
|
<% local data, viewlibrary = ...
require("viewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/freeswitch/freeswitch.log"})
end %>
|