Skip to content

Commit

Permalink
3.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Mar 24, 2009
1 parent ceba3c8 commit 0202039
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Expand Up @@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $

3.1.3.1 (2009-03-24)
- [security] HTTP Response Splitting and file inclusion vulnerabilities
- [security] XSS vulnerability on export page
- [security] Insufficient output sanitizing when generating configuration file

3.1.3.0 (2009-02-28)
+ [lang] Turkish update, thanks to Burak Yavuz
- patch #2496403 [display] Multi-row change with "]",
Expand Down
4 changes: 2 additions & 2 deletions Documentation.html
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 3.1.3 - Documentation</title>
<title>phpMyAdmin 3.1.3.1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>

Expand All @@ -33,7 +33,7 @@
<li><a href="#glossary">Glossary</a></li>
</ul>

<h1>phpMyAdmin 3.1.3 Documentation</h1>
<h1>phpMyAdmin 3.1.3.1 Documentation</h1>

<ul><li><a href="http://www.phpmyadmin.net/">
phpMyAdmin homepage</a></li>
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -5,8 +5,8 @@ phpMyAdmin - Readme

A set of PHP-scripts to manage MySQL over the web.

Version 3.1.3
-------------
Version 3.1.3.1
---------------
http://www.phpmyadmin.net/

Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Expand Up @@ -85,7 +85,7 @@ function __construct($source = null)
*/
function checkSystem()
{
$this->set('PMA_VERSION', '3.1.3');
$this->set('PMA_VERSION', '3.1.3.1');
/**
* @deprecated
*/
Expand Down
4 changes: 2 additions & 2 deletions translators.html
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>phpMyAdmin 3.1.3 - Official translators</title>
<title>phpMyAdmin 3.1.3.1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>

Expand All @@ -31,7 +31,7 @@
<li><a href="Documentation.html#glossary">Glossary</a></li>
</ul>

<h1>phpMyAdmin 3.1.3 official translators list</h1>
<h1>phpMyAdmin 3.1.3.1 official translators list</h1>

<p> Here is the list of the &quot;official translators&quot; of
phpMyAdmin.</p>
Expand Down

0 comments on commit 0202039

Please sign in to comment.