This commit is contained in:
Alexander M. Turek
2003-02-28 13:21:40 +00:00
parent 668a6e8c3f
commit 07a91629d6
2 changed files with 5 additions and 2 deletions

View File

@@ -5,11 +5,14 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Fixed a typo.
2003-02-28 Garvin Hicking <me@supergarv.de>
* 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 <nijel@users.sourceforge.net>
* lang/czech: Updated.
* lang/english: Resorted.

View File

@@ -1177,7 +1177,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['DefaultTabServer'] </b>string</dt>
<dd>
Defines the tab displayed by default on server view. Possible
values: &quot;main.php3&quot; (recommended,
values: &quot;main.php3&quot; (recommended for multi-user setups),
&quot;server_databases.php3&quot;, &quot;server_status.php3&quot;,
&quot;server_variables.php3&quot;, &quot;server_privileges.php3&quot; or
&quot;server_processlist.php3&quot;.