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-05-02 20:06:05 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-02 20:06:05 +0400
commitadb2e43f7d20ba42d2258d6b8151196f7bfe64bf (patch)
treef28188eebacdb8fd53210dce071d43e6973c290e /config.sample.inc.php
parentace3369138606008878b7997439d44dbbdcc041c (diff)
Implement feature request #1414 - Allow specifying crontrolport
Set the value of controlport based on the value of 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 10db2b508e..37a2f099b5 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -41,6 +41,7 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
+// $cfg['Servers'][$i]['controlport'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';