diff options
author | alecpl <alec@alec.pl> | 2011-06-02 12:36:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-02 12:36:32 +0000 |
commit | 187833dff94146a9b176a1ca4a5c9996809fd4a7 (patch) | |
tree | 8018d76e44be79286d116d0588b7bec0298f5432 /installer | |
parent | fcbf7a12fff1a3cd8bbace46d9b61e4ce5b6a7ce (diff) |
- Apply fixes from trunk
Diffstat (limited to 'installer')
-rw-r--r-- | installer/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/config.php b/installer/config.php index 5250782f9..6b524079f 100644 --- a/installer/config.php +++ b/installer/config.php @@ -81,7 +81,7 @@ echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1) ?> <label for="cfgipcheck">Check client IP in session authorization</label><br /> -<p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changeing IPs.</p> +<p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.</p> </dd> <dt class="propname">des_key</dt> @@ -93,7 +93,7 @@ echo $input_deskey->show($RCI->getprop('des_key')); ?> <div>This key is used to encrypt the users imap password before storing in the session record</div> -<p class="hint">It's a random generated string to ensure that every installation has it's own key. +<p class="hint">It's a random generated string to ensure that every installation has its own key. If you enter it manually please provide a string of exactly 24 chars.</p> </dd> |