remove version number in /setup

This commit is contained in:
Marc Delisle
2011-07-15 08:53:20 -04:00
parent 2cc22c8aba
commit b185ca88f7
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ phpMyAdmin - ChangeLog
- bug #3350790 [interface] JS error in Table->Structure->Index->Edit - bug #3350790 [interface] JS error in Table->Structure->Index->Edit
- bug #3353811 [interface] Info message has "error" class - bug #3353811 [interface] Info message has "error" class
- bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL - 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) 3.4.3.1 (2011-07-02)
- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5

View File

@@ -29,7 +29,7 @@ require './libraries/header_http.inc.php';
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <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="icon" type="image/x-icon" />
<link href="../favicon.ico" rel="shortcut 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" /> <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> <script type="text/javascript" src="scripts.js"></script>
</head> </head>
<body> <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"> <div id="menu">
<?php <?php
require './setup/frames/menu.inc.php'; require './setup/frames/menu.inc.php';