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>2006-09-18 18:48:41 +0400
committerMichal Čihař <michal@cihar.com>2006-09-18 18:48:41 +0400
commit00223529af3655eb3f967e084555c348d0b5fd14 (patch)
treef33f03d2c814f63ee7c7963c729bf0833b8f4a61 /scripts
parentb4d1a4656c370b89600bba7dd30640e70b9169b7 (diff)
Add phpdoc header comment.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setup.php16
1 files changed, 13 insertions, 3 deletions
diff --git a/scripts/setup.php b/scripts/setup.php
index ac5aeeac74..aa77326159 100644
--- a/scripts/setup.php
+++ b/scripts/setup.php
@@ -1,8 +1,18 @@
<?php
+/**
+ * phpMyAdmin setup script
+ *
+ * PHP versions 4 and 5
+ *
+ * @category Setup
+ * @package phpMyAdmin-setup
+ * @author Michal Čihař <michal@cihar.com>
+ * @copyright 2006 Michal Čihař <michal@cihar.com>
+ * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
+ * @version CVS: $Id$
+ */
/* $Id$ */
-// vim: expandtab sw=4 ts=4 sts=4:
-
-// phpMyAdmin setup script by Michal Čihař <michal@cihar.com>
+/* vim: expandtab sw=4 ts=4 sts=4: */
// Grab phpMyAdmin version and PMA_dl function
define( 'PMA_MINIMUM_COMMON', TRUE );