summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-11-22 16:14:52 +0000
committerMika Havela <mika.havela@gmail.com>2007-11-22 16:14:52 +0000
commit21f9432147b05601bc323edbe6b0a4c0daa97089 (patch)
treedc38efad89a91e82dc438177bcacd52c5d8388cf /openvpn-logfile-html.lsp
parentcaca5e32230dd0237865d70eae4d6a18d942e1ba (diff)
downloadacf-openvpn-21f9432147b05601bc323edbe6b0a4c0daa97089.tar.bz2
acf-openvpn-21f9432147b05601bc323edbe6b0a4c0daa97089.tar.xz
OpenVPN Mainpage,Serverconfig,Connectedclients got more functionallity
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@355 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-logfile-html.lsp')
-rw-r--r--openvpn-logfile-html.lsp9
1 files changed, 2 insertions, 7 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
index c1db75e..a8d64b7 100644
--- a/openvpn-logfile-html.lsp
+++ b/openvpn-logfile-html.lsp
@@ -2,11 +2,6 @@
<html>
<body>
<h1>Logfile 'xxx.log'</h1>
-
-<h2>Details</h2>
-
-<input type=text style="width:100%;height:500px"></input>
-
-
+<textarea name="" style="width:100%;height:450px;"><? io.write(logfilecontent) ?></textarea>
</body>
-</html>
+</html>