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:
authorDeven Bansod <devenbansod.bits@gmail.com>2015-06-16 01:16:50 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-06-21 13:14:39 +0300
commit54a480e8eba6241af678e2d6c087504dd13e80f7 (patch)
tree910845dd9df9934d779c2033dfbcf442f0647935 /examples
parent9acf48878da6288427ab50d76b2568dc44d5ac44 (diff)
Designer settings saved in a new table in configuration storage
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'examples')
-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 751bd5b587..9c8c79b4b1 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -48,4 +48,5 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
+ $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
}