The branch, QA_3_4 has been updated via b185ca88f7c8241804cff13a2b315fc3d1222a38 (commit) from 2cc22c8aba33ad12b3d98905d6dfc29f7c878837 (commit)
- Log ----------------------------------------------------------------- commit b185ca88f7c8241804cff13a2b315fc3d1222a38 Author: Marc Delisle marc@infomarc.info Date: Fri Jul 15 08:53:20 2011 -0400
remove version number in /setup
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + setup/index.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 298b043..90e2b24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ phpMyAdmin - ChangeLog - bug #3350790 [interface] JS error in Table->Structure->Index->Edit - bug #3353811 [interface] Info message has "error" class - bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL +- remove version number in /setup
3.4.3.1 (2011-07-02) - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 diff --git a/setup/index.php b/setup/index.php index 0d4ae4f..d202eae 100644 --- a/setup/index.php +++ b/setup/index.php @@ -29,7 +29,7 @@ require './libraries/header_http.inc.php'; <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>phpMyAdmin <?php echo $GLOBALS['PMA_Config']->get('PMA_VERSION'); ?> setup</title> +<title>phpMyAdmin setup</title> <link href="../favicon.ico" rel="icon" type="image/x-icon" /> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link href="styles.css" rel="stylesheet" type="text/css" /> @@ -40,7 +40,7 @@ require './libraries/header_http.inc.php'; <script type="text/javascript" src="scripts.js"></script> </head> <body> -<h1><span class="blue">php</span><span class="orange">MyAdmin</span> <?php echo $GLOBALS['PMA_Config']->get('PMA_VERSION'); ?> setup</h1> +<h1><span class="blue">php</span><span class="orange">MyAdmin</span> setup</h1> <div id="menu"> <?php require './setup/frames/menu.inc.php';
hooks/post-receive