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:
authorMichal Čihař <mcihar@suse.cz>2013-05-02 12:47:41 +0400
committerMichal Čihař <mcihar@suse.cz>2013-05-02 12:47:41 +0400
commit534bbc7e4832050d5cd7c53d4f434ab27233cc39 (patch)
tree551d2e72bd1e2b2dcc779d669ddfb82b8e7ee27c /examples/config.manyhosts.inc.php
parente8e7c741643a4167381f801551335b93450d48d3 (diff)
Various coding style improvements in examples
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index ad29c3a83f..1395ecc3d0 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -1,10 +1,12 @@
<?php
-
/**
* This example configuration shows how to configure phpMyAdmin for
* many hosts that all have identical configuration otherwise. To add
* a new host, just drop it into $hosts below. Contributed by
* Matthew Hawkins.
+ *
+ * @package PhpMyAdmin
+ * @subpackage Example
*/
$i=0;