[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-8740-g108f738

Marc Delisle lem9 at users.sourceforge.net
Fri Jul 15 14:58:42 CEST 2011


The branch, master has been updated
       via  108f73842355a942314f93b8b4bbfa75199564a2 (commit)
      from  87306f13778197dfed2a3b85bcd127aa0412ecbe (commit)


- Log -----------------------------------------------------------------
commit 108f73842355a942314f93b8b4bbfa75199564a2
Author: Marc Delisle <marc at 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 0889f7b..b12d534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,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 9100f00..561679c 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -33,7 +33,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" />
@@ -44,7 +44,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
-- 
phpMyAdmin




More information about the Git mailing list