From 96e24fab880754858dfe9d3864d400102209918f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 27 Jun 2011 05:30:01 -0400 Subject: [PATCH] - Fix parsing URLs containing commas (#1487970) --- installer/config.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/config.php b/installer/config.php index 386f7d7..dabc478 100644 --- a/installer/config.php +++ b/installer/config.php @@ -81,7 +81,7 @@ ?> <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 @@ ?> <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> -- Gitblit v1.9.1