Allow browse page to be default (RFE #1228013).

This commit is contained in:
Michal Čihař
2005-11-23 21:30:53 +00:00
parent 280a47fecd
commit adf0c75d55
4 changed files with 14 additions and 6 deletions

View File

@@ -1286,8 +1286,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
<dd>
Defines the tab displayed by default on table view. Possible
values: &quot;tbl_properties_structure.php&quot;,
&quot;tbl_properties.php&quot;, &quot;tbl_select.php&quot; or
&quot;tbl_change.php&quot;.
&quot;tbl_properties.php&quot;, &quot;tbl_select.php&quot;,
&quot;tbl_change.php&quot; or &quot;sql.php&quot;.
</dd>
<dt><b>$cfg['MySQLManualBase']</b> string</dt>