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 12:31:30 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 12:31:30 +0300
commit610cc27c5769ce32386e0b561233ac0f1452f33f (patch)
tree813d2f42859efe981c70037fe73622ecbae4f8f7 /phpinfo.php
parentd2a743458445547ae889258987bfaa5708334c71 (diff)
Some more phpdoc fixes (adding packages, ignoring some symbols,...).
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpinfo.php b/phpinfo.php
index 56a4c9cdae..e740315b1f 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -6,9 +6,12 @@
*/
/**
- * Gets core libraries and defines some variables
+ * @ignore
*/
define('PMA_MINIMUM_COMMON', true);
+/**
+ * Gets core libraries and defines some variables
+ */
require_once './libraries/common.inc.php';