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
path: root/setup
diff options
context:
space:
mode:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2012-03-14 18:37:36 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2012-03-14 18:37:36 +0400
commit43b41a8cbbbdeae8d6a9c99cd81dad352c525254 (patch)
tree2d10638b64ecec6ce4dea92f9cce7a227dae916a /setup
parent9ed088cd7c9b1c3953b75724c80e1153a41933cb (diff)
cleanup package tags
Diffstat (limited to 'setup')
-rw-r--r--setup/config.php2
-rw-r--r--setup/frames/config.inc.php2
-rw-r--r--setup/frames/form.inc.php2
-rw-r--r--setup/frames/index.inc.php2
-rw-r--r--setup/frames/menu.inc.php2
-rw-r--r--setup/frames/servers.inc.php2
-rw-r--r--setup/index.php4
-rw-r--r--setup/lib/ConfigGenerator.class.php2
-rw-r--r--setup/lib/common.inc.php2
-rw-r--r--setup/lib/form_processing.lib.php2
-rw-r--r--setup/lib/index.lib.php2
-rw-r--r--setup/validate.php2
12 files changed, 13 insertions, 13 deletions
diff --git a/setup/config.php b/setup/config.php
index f105d34a5a..34904af14c 100644
--- a/setup/config.php
+++ b/setup/config.php
@@ -3,7 +3,7 @@
/**
* Front controller for config view / download and clear
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
/**
diff --git a/setup/frames/config.inc.php b/setup/frames/config.inc.php
index 353145c29f..ce7389d8d4 100644
--- a/setup/frames/config.inc.php
+++ b/setup/frames/config.inc.php
@@ -3,7 +3,7 @@
/**
* Config file view and save screen
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/form.inc.php b/setup/frames/form.inc.php
index 83cace37aa..a62b80a297 100644
--- a/setup/frames/form.inc.php
+++ b/setup/frames/form.inc.php
@@ -3,7 +3,7 @@
/**
* Form edit view
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 57a766edb3..7578a56a86 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -2,7 +2,7 @@
/**
* Overview (main page)
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/menu.inc.php b/setup/frames/menu.inc.php
index c0cb23f4ab..e12d5e574d 100644
--- a/setup/frames/menu.inc.php
+++ b/setup/frames/menu.inc.php
@@ -2,7 +2,7 @@
/**
* Menu items
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php
index d208c0d2c3..b95b817412 100644
--- a/setup/frames/servers.inc.php
+++ b/setup/frames/servers.inc.php
@@ -2,7 +2,7 @@
/**
* Server create and edit view
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/index.php b/setup/index.php
index 749c2cfdb5..dde1ffe9dc 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -2,8 +2,8 @@
/**
* Front controller for setup script
*
- * @package phpMyAdmin-setup
- * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
+ * @package PhpMyAdmin-Setup
+ * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
*/
/**
diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php
index b4b49fe219..b45b33f318 100644
--- a/setup/lib/ConfigGenerator.class.php
+++ b/setup/lib/ConfigGenerator.class.php
@@ -3,7 +3,7 @@
/**
* Config file generator
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
/**
diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php
index 227d394b9b..69cfea4205 100644
--- a/setup/lib/common.inc.php
+++ b/setup/lib/common.inc.php
@@ -3,7 +3,7 @@
/**
* Loads libraries/common.inc.php and preforms some additional actions
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
/**
diff --git a/setup/lib/form_processing.lib.php b/setup/lib/form_processing.lib.php
index 95095872a5..f7a7a0a82c 100644
--- a/setup/lib/form_processing.lib.php
+++ b/setup/lib/form_processing.lib.php
@@ -3,7 +3,7 @@
/**
* Formset processing library
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
/**
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 84cd6c92b3..23b9305347 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -6,7 +6,7 @@
* Security checks are the idea of Aung Khant <aungkhant[at]yehg.net>, http://yehg.net/lab
* Version check taken from the old setup script by Michal Čihař <michal@cihar.com>
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/validate.php b/setup/validate.php
index 32cac073dd..edf562f24d 100644
--- a/setup/validate.php
+++ b/setup/validate.php
@@ -3,7 +3,7 @@
/**
* Validation callback.
*
- * @package PhpMyAdmin-setup
+ * @package PhpMyAdmin-Setup
*/
/**