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:
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index b9ea89306d..ed2e8a0a6a 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -12,10 +12,10 @@ declare(strict_types=1);
$i = 0;
$hosts = [
- "foo.example.com",
- "bar.example.com",
- "baz.example.com",
- "quux.example.com",
+ 'foo.example.com',
+ 'bar.example.com',
+ 'baz.example.com',
+ 'quux.example.com',
];
foreach ($hosts as $host) {