diff --git a/ChangeLog b/ChangeLog index e1fd8388d..31a2b71f8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ * user_password.php3, lines 16-18: fixed bug #534107 - Superusers can't change password, thanks to Matthias Fichtner . + * Documentation.html, lines 382-388: added some words about setting + dynamically $cfgPmaAbsoluteUri. 2002-03-22 Marc Delisle * finnish, norwegian updates diff --git a/Documentation.html b/Documentation.html index 983e20461..30a457bd4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -379,6 +379,13 @@
Don't forget the slash at the end of your url.

+ This setting can be dynamically completed. For example, you can try to + use such a kind of code: +
+$cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
+                   . $SERVER_NAME . (!empty($SERVER_PORT) ? ':' . $SERVER_PORT : '')
+                   . substr($SCRIPT_NAME, 0, strrpos($SCRIPT_NAME, '/')+1);
+        
$cfgServers array