summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: a8d64b70687904ee0ecf43c11ffe6aafbaa9e11b (plain)
1
2
3
4
5
6
7
<? local view = ... ?>
<html>
<body>
<h1>Logfile 'xxx.log'</h1>
<textarea name="" style="width:100%;height:450px;"><? io.write(logfilecontent) ?></textarea>
</body>
</html>