diff options
Diffstat (limited to 'openvpn-unknown_config-html.lsp')
-rw-r--r-- | openvpn-unknown_config-html.lsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openvpn-unknown_config-html.lsp b/openvpn-unknown_config-html.lsp new file mode 100644 index 0000000..26787c5 --- /dev/null +++ b/openvpn-unknown_config-html.lsp @@ -0,0 +1,12 @@ +<? local view = ... ?> +<html> +<body> +<h1>Configuration file 'xxx.conf'</h1> + +<h2>Details</h2> + +<input type=text style="width:100%;height:500px"></input> + + +</body> +</html> |