summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-11-23 10:43:49 +0000
committerMika Havela <mika.havela@gmail.com>2007-11-23 10:43:49 +0000
commitc6ceb72038d970ba894b4d54cd76e157715a07c4 (patch)
tree61caee9ec17001678d9bea4ee72436b22c2897bb /openvpn-logfile-html.lsp
parent16f826ca681da9f026c5fa8e9cf5347d28bd062c (diff)
downloadacf-openvpn-c6ceb72038d970ba894b4d54cd76e157715a07c4.tar.bz2
acf-openvpn-c6ceb72038d970ba894b4d54cd76e157715a07c4.tar.xz
Hmm...
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@360 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-logfile-html.lsp')
-rw-r--r--openvpn-logfile-html.lsp5
1 files changed, 3 insertions, 2 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
index a8d64b7..6eb05d5 100644
--- a/openvpn-logfile-html.lsp
+++ b/openvpn-logfile-html.lsp
@@ -1,7 +1,8 @@
<? local view = ... ?>
<html>
<body>
-<h1>Logfile 'xxx.log'</h1>
-<textarea name="" style="width:100%;height:450px;"><? io.write(logfilecontent) ?></textarea>
+<h1>Logfile '<?= view.logfilecontent.name ?>'</h1>
+<textarea name="" style="width:100%;height:450px;"><?= view.logfilecontent.value ?></textarea>
+
</body>
</html>