Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-01-11 18:19:42 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-01-11 18:19:42 +0300
commit44b4f7f7eb340c6c78123e4359294d5cd772fc9e (patch)
tree7a3adf3e771bb0e8e39e81be6339773481ae4516 /libraries/config.values.php
parent5333414ae429a6e71e0fc4d8eb25e1a8c2256f97 (diff)
Update setup and documentation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'libraries/config.values.php')
-rw-r--r--libraries/config.values.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/config.values.php b/libraries/config.values.php
index a039bae850..dc49fbd924 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -42,6 +42,14 @@ $cfg_db['NavigationTreeDefaultTabTable'] = array(
'tbl_change.php', // insert row page
'sql.php' // browse page
);
+$cfg_db['NavigationTreeDefaultTabTable2'] = array(
+ null, //don't display
+ 'tbl_structure.php', // fields list
+ 'tbl_sql.php', // SQL form
+ 'tbl_select.php', // search page
+ 'tbl_change.php', // insert row page
+ 'sql.php' // browse page
+);
$cfg_db['NavigationTreeDbSeparator'] = 'short_string';
$cfg_db['NavigationTreeTableSeparator'] = 'short_string';
$cfg_db['TableNavigationLinksMode'] = array(