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ř <michal@cihar.com>2008-11-24 14:05:40 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 14:05:40 +0300
commit56941e509cc8d9f41d4e6f75226b8aaab2731283 (patch)
tree38cd67e5542e9064d8975cb65d82bf2b2a406441 /phpinfo.php
parent688c9986de652999730e558bb53f5557057de878 (diff)
Adding @package, second part.
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpinfo.php b/phpinfo.php
index e740315b1f..043db95639 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -1,8 +1,9 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
- *
+ * phpinfo() wrapper to allow displaying only when configured to do so.
* @version $Id$
+ * @package phpMyAdmin
*/
/**