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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-20 15:40:43 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-20 15:40:43 +0400
commit342e0a6b33ec1ce5d76feaa44c87689de55762d4 (patch)
treee3026114084946d151b78eba7da1c2e7a9cfca95 /examples/config.manyhosts.inc.php
parent536eb2f106e8687a281783f8fdc62f02bea77c0f (diff)
Configuration values for hide/unhide navigation items feature
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index b9165355ee..86992ae604 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -47,4 +47,5 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
+ $cfg['Servers'][$i]['navigation'] = 'pma__navigation';
}