diff options
Diffstat (limited to 'openvpn-server_config-html.lsp')
-rw-r--r-- | openvpn-server_config-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-server_config-html.lsp b/openvpn-server_config-html.lsp index 6c26398..1e7467b 100644 --- a/openvpn-server_config-html.lsp +++ b/openvpn-server_config-html.lsp @@ -1,7 +1,7 @@ <? local view = ... ?> <html> <body> -<h1>Server config 'xxx.conf'</h1> +<h1>Server config '<?= view.serverconfig.name ?>'</h1> <h2>Server settings</h2> <dt>Mode</dt> |