diff options
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r-- | dansguardian-general-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp index faddfdf..0e88e96 100644 --- a/dansguardian-general-html.lsp +++ b/dansguardian-general-html.lsp @@ -38,7 +38,6 @@ generally not necessary. DansGuardian must be used in combination with a </form> <pre style="color: #ff2020;"><? io.write( service.message ) ?></pre><br> -<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> This process runs as a service. When you make and save changes, the configuration files for the service are changed. However, the changes will not be <i>applied</i> @@ -46,6 +45,7 @@ until you restart the service.<br><br><br> <form action="" method="POST"> <h1>Configuration</h1> +<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> <h2>Listener service</h2> These parameters define the interface and port that Dansguardian uses to accept connections.<br><br> |