2.9.0-dev
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||||
<link rel="shortcut 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" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.7.1-dev - Documentation</title>
|
<title>phpMyAdmin 2.9.0-dev - Documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.7.1-dev Documentation</h1>
|
<h1>phpMyAdmin 2.9.0-dev Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
5
README
5
README
@@ -5,18 +5,19 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to manage MySQL over the web.
|
A set of PHP-scripts to manage MySQL over the web.
|
||||||
|
|
||||||
Version 2.7.1-dev
|
Version 2.9.0-dev
|
||||||
-----------------
|
-----------------
|
||||||
http://www.phpmyadmin.net/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||||
Copyright (C) 2001-2005 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
Copyright (C) 2001-2006 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
||||||
Olivier M<>ller <om_at_omnis.ch>
|
Olivier M<>ller <om_at_omnis.ch>
|
||||||
Robin Johnson <robbat2_at_users.sourceforge.net>
|
Robin Johnson <robbat2_at_users.sourceforge.net>
|
||||||
Alexander M. Turek <me_at_derrabus.de>
|
Alexander M. Turek <me_at_derrabus.de>
|
||||||
Michal Cihar <michal_at_cihar.com>
|
Michal Cihar <michal_at_cihar.com>
|
||||||
Garvin Hicking <me_at_supergarv.de>
|
Garvin Hicking <me_at_supergarv.de>
|
||||||
Michael Keck <mkkeck_at_users.sourceforge.net>
|
Michael Keck <mkkeck_at_users.sourceforge.net>
|
||||||
|
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
|
||||||
[check Documentation.txt/.html file for more details]
|
[check Documentation.txt/.html file for more details]
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
@@ -75,7 +75,7 @@ class PMA_Config
|
|||||||
*/
|
*/
|
||||||
function checkSystem()
|
function checkSystem()
|
||||||
{
|
{
|
||||||
$this->set('PMA_VERSION', '2.7.1-dev');
|
$this->set('PMA_VERSION', '2.9.0-dev');
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||||
<link rel="shortcut 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" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.7.1-dev - Official translators</title>
|
<title>phpMyAdmin 2.9.0-dev - Official translators</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.7.1-dev official translators list</h1>
|
<h1>phpMyAdmin 2.9.0-dev official translators list</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here is the list of the "official translators" of
|
Here is the list of the "official translators" of
|
||||||
|
Reference in New Issue
Block a user