diff --git a/libraries/config/ConfigFile.class.php b/libraries/config/ConfigFile.class.php index 3b9d6f231..41ffe4b07 100644 --- a/libraries/config/ConfigFile.class.php +++ b/libraries/config/ConfigFile.class.php @@ -1,9 +1,9 @@ array(1 => array( - * 'pmadb' => 'phpmyadmin'))); + * 'Servers/1/pmadb' => 'phpmyadmin' * - * @package phpMyAdmin-setup - * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 - * @version $Id$ + * To group options, use: + * ':group:' . __('group name') // just define a group + * or + * 'option' => ':group' // group starting from this option + * End group blocks with: + * ':group:end' + * + * @package phpMyAdmin-setup */ $forms = array(); diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php index 0e913b9d6..a5e5e62f1 100644 --- a/libraries/config/user_preferences.forms.php +++ b/libraries/config/user_preferences.forms.php @@ -1,13 +1,21 @@ 'phpmyadmin'); + * 'Servers/1/pmadb' => 'phpmyadmin' + * + * To group options, use: + * ':group:' . __('group name') // just define a group + * or + * 'option' => ':group' // group starting from this option + * End group blocks with: + * ':group:end' * * @package phpMyAdmin */ diff --git a/libraries/config/validate.lib.php b/libraries/config/validate.lib.php index b44281593..d5e2f7616 100644 --- a/libraries/config/validate.lib.php +++ b/libraries/config/validate.lib.php @@ -1,4 +1,5 @@ * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 - * @version $Id$ */ /** diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php index bae95a59f..ddad7f124 100644 --- a/setup/lib/ConfigGenerator.class.php +++ b/setup/lib/ConfigGenerator.class.php @@ -1,14 +1,15 @@ array(1 => array( * 'pmadb' => 'phpmyadmin'))); * - * @package phpMyAdmin-setup - * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 - * @version $Id$ + * @package phpMyAdmin-setup */ $forms = array(); diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php index 151480da2..17c9cf675 100644 --- a/setup/lib/index.lib.php +++ b/setup/lib/index.lib.php @@ -1,14 +1,12 @@ , http://yehg.net/lab * Version check taken from the old setup script by Michal Čihař * - * @package phpMyAdmin-setup - * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 - * @version $Id$ + * @package phpMyAdmin-setup */ if (!defined('PHPMYADMIN')) { diff --git a/setup/lib/messages.inc.php b/setup/lib/messages.inc.php deleted file mode 100644 index d1ceb05ed..000000000 --- a/setup/lib/messages.inc.php +++ /dev/null @@ -1,380 +0,0 @@ - diff --git a/setup/validate.php b/setup/validate.php index e8d7a7f6d..beeba71ce 100644 --- a/setup/validate.php +++ b/setup/validate.php @@ -1,11 +1,9 @@ - * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 - * @version $Id$ + * @package phpMyAdmin-setup */ /**