diff --git a/ChangeLog b/ChangeLog index 08b4c0933..8c265a0f6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-02-28 Alexander M. Turek + * Documentation.html: Fixed a typo. + 2003-02-28 Garvin Hicking * translators.html: Adjusted to same topmenu as Documentation.html. With the new 'Transformations' item the bar was too large to fit on standard 800x600 browser windows. - + 2003-02-27 Michal Cihar * lang/czech: Updated. * lang/english: Resorted. diff --git a/Documentation.html b/Documentation.html index 77d76392d..f74ba675d 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1177,7 +1177,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['DefaultTabServer'] string
Defines the tab displayed by default on server view. Possible - values: "main.php3" (recommended, + values: "main.php3" (recommended for multi-user setups), "server_databases.php3", "server_status.php3", "server_variables.php3", "server_privileges.php3" or "server_processlist.php3".