diff --git a/ChangeLog b/ChangeLog
index 16414631a..9985fa1a1 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ $Source$
* lang/german-*.inc.php3: Updates.
* lang/afrikaans-*.inc.php3: Tidied up a bit.
* Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
+ * Documentation.html: Beautified XHTML code.
2002-08-03 Marc Delisle
[1.21] I am running the CGI version of PHP under Unix, and I cannot
- login using cookie auth.
- Or, this setting can be dynamically completed. For example, you can
- try to use such a kind of code:
+ Alternatively, this setting can be dynamically completed. For example,
+ you can try to use such a kind of code:
$cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
. $_SERVER['HTTP_HOST']
@@ -1600,8 +1600,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
- In php.ini, set mysql.max_links higher than 1.
+ login using cookie auth.
+
+ In php.ini, set mysql.max_links higher than 1.