diff options
Diffstat (limited to 'freeswitch-logfile-html.lsp')
-rw-r--r-- | freeswitch-logfile-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/freeswitch-logfile-html.lsp b/freeswitch-logfile-html.lsp new file mode 100644 index 0000000..4dcc8d0 --- /dev/null +++ b/freeswitch-logfile-html.lsp @@ -0,0 +1,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 %> |