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:
authorMarc Delisle <marc@infomarc.info>2011-10-29 16:07:44 +0400
committerMarc Delisle <marc@infomarc.info>2011-10-29 16:07:44 +0400
commit46ce1d765e4322a5765bc49b427168c44c2ca07d (patch)
tree0390d7d91b69713892f1b3204479034044514ffe /config.sample.inc.php
parent991cbfcc97c2c616f77f911c8de172f88dec4de0 (diff)
Default values for controlhost
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 aa363d67f0..0eab148199 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -40,6 +40,7 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
*/
/* User used to manipulate with storage */
+// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';