diff options
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r-- | dansguardian-general-html.lsp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp index 0d286ac..2dc3dcd 100644 --- a/dansguardian-general-html.lsp +++ b/dansguardian-general-html.lsp @@ -51,7 +51,6 @@ until you restart the service. <form action="" method="POST"> <h2>Configuration</h2> <pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> -<h2>Listener service</h2> <p> These parameters define the interface and port that Dansguardian uses to accept connections. </p> @@ -77,7 +76,7 @@ The author recommends 50 for "young children", 100 for "older children" and 160 <dt>accessdeniedaddress</dt><dd><input class="text" type="text" name="accessdeniedaddress" value="<? io.write( config.accessdeniedaddress.value ) ?>" style="width:350px"></dd> <dt>naughtynesslimit</dt><dd><input class="text" type="text" name="naughtynesslimit" value="<? io.write( config.naughtynesslimit.value ) ?>" style="width:100px"></dd> -<h3>Save Changes</h3> +<h2>Save Changes</h2> <dt>Save the above changes?</dt><dd><input class="submit" type="submit" name="cmd" value="save" style="width:100px"></dd> </form> |