summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-html.lsp
blob: 2707c09f4e0777865b1ee5fb0d7721219a948375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<? local form = ... ?>
<? require("viewfunctions") ?>

<? --[[ DEBUG INFORMATION
io.write(html.cfe_unpack(form))
--]] ?>

<H1><?= form.label ?></H1>
<?
	form.action = '" enctype="multipart/form-data'
	form.value.ca.type="file"
	form.value.password.type="password"
	local order = {"ca", "password"}
	displayform(form, order)
?>