Commit 9c7289c7 authored by Ad Schellevis's avatar Ad Schellevis

Merge pull request #590 from fabianfrz/fix_582

fix for #582
parents 6c9838a5 ce53d9d9
......@@ -30,13 +30,13 @@
<id>zone.idletimeout</id>
<label>Idle timeout (minutes)</label>
<type>text</type>
<help><![CDATA[Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Leave this field blank for no idle timeout.]]></help>
<help><![CDATA[Clients will be disconnected after this amount of inactivity. They may log in again immediately, though. Enter 0 to disable idle timeout.]]></help>
</field>
<field>
<id>zone.hardtimeout</id>
<label>Hard timeout (minutes)</label>
<type>text</type>
<help><![CDATA[Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Leave this field blank for no hard timeout (not recommended unless an idle timeout is set).]]></help>
<help><![CDATA[Clients will be disconnected after this amount of time, regardless of activity. They may log in again immediately, though. Enter 0 to disable hard timeout (not recommended unless an idle timeout is set).]]></help>
</field>
<field>
<id>zone.concurrentlogins</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment