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-04 08:43:05 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-04 08:43:05 +0400
commit57e563f00a0437c6804ab4c640ff005a6231bb13 (patch)
tree1c2ecd76f08b75e5e08e59b51789ac91038ff860 /config.sample.inc.php
parent52619dde8d343868a79a98f8c65325bd414f7f9d (diff)
Add new tables to sample config file
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 37a2f099b5..9f7dfcbe53 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -59,6 +59,8 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
// $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
// $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
// $cfg['Servers'][$i]['recent'] = 'pma__recent';
+// $cfg['Servers'][$i]['users'] = 'pma__users';
+// $cfg['Servers'][$i]['usergroups'] = 'pma__user_groups';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';