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-05 10:27:46 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-05 10:27:46 +0400
commit3ed92c5ca0ce024a1a909146e8b212f43f046c49 (patch)
treeb112113e110bc1aa5248c17046b30298826ce2cd /examples/config.manyhosts.inc.php
parentd25583a23e052c1b52a1bf1a1ff2857f3121772e (diff)
Update examples with new configurations
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index 1395ecc3d0..b9165355ee 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -45,4 +45,6 @@ foreach ($hosts as $host) {
$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__usergroups';
}