summaryrefslogtreecommitdiffstats
path: root/snort-view-html.lsp
blob: f148b8633ded6004a29e01f30daa145e3702e422 (plain)
1
2
3
4
5
6
7
<? local view = ... ?>
<html>
<body>
<h1>View file</h1>
<textarea name=""><? io.write(view.logfile.value) ?></textarea>
</body>
</html>