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:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2012-03-14 19:41:19 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2012-03-14 19:43:26 +0400
commite482a943053c9307945c2a798707a6fa47267644 (patch)
tree11295c0bad7798305e8bac90ff7d5c5cdd63b638 /examples/config.manyhosts.inc.php
parent2c11a3237812190322bbdfc136df9fe9121bc059 (diff)
improve coding style
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index d006cde699..8922290b6c 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -22,7 +22,7 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
- $cfg['Servers'][$i]['compress'] = FALSE;
+ $cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapass';
$cfg['Servers'][$i]['auth_type'] = 'cookie';