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 /config.sample.inc.php
parent536eb2f106e8687a281783f8fdc62f02bea77c0f (diff)
Configuration values for hide/unhide navigation items feature
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 7c40fb40e3..b633138a62 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -61,6 +61,7 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
// $cfg['Servers'][$i]['recent'] = 'pma__recent';
// $cfg['Servers'][$i]['users'] = 'pma__users';
// $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
+// $cfg['Servers'][$i]['navigation'] = 'pma__navigation';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';