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-25 05:52:40 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-25 05:52:40 +0400
commitd0522a779c2c8573e470fd867196570d62d96c8d (patch)
tree1d24ea9c6b0b37ee11fc7775a9c8fc57191337de /config.sample.inc.php
parent1ae59ad0630e149cd397f94aabcd0ad6ee881814 (diff)
Revert half done commit
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 618e6e8ff0..b633138a62 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -61,7 +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]['hidden_tables'] = 'pma__hidden_tables';
+// $cfg['Servers'][$i]['navigation'] = 'pma__navigation';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';