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,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Fixed a typo.
2003-02-28 Garvin Hicking <me@supergarv.de> 2003-02-28 Garvin Hicking <me@supergarv.de>
* translators.html: Adjusted to same topmenu as Documentation.html. * translators.html: Adjusted to same topmenu as Documentation.html.
With the new 'Transformations' item the bar was too large to fit With the new 'Transformations' item the bar was too large to fit

View File

@@ -1177,7 +1177,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['DefaultTabServer'] </b>string</dt> <dt><b>$cfg['DefaultTabServer'] </b>string</dt>
<dd> <dd>
Defines the tab displayed by default on server view. Possible 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_databases.php3&quot;, &quot;server_status.php3&quot;,
&quot;server_variables.php3&quot;, &quot;server_privileges.php3&quot; or &quot;server_variables.php3&quot;, &quot;server_privileges.php3&quot; or
&quot;server_processlist.php3&quot;. &quot;server_processlist.php3&quot;.