updated mail address of Tobias Ratschiller (exit phpwizard)
This commit is contained in:
@@ -136,7 +136,7 @@ phpMyAdmin is intended to handle the administration of MySQL over the WWW.
|
|||||||
Author & Copyright
|
Author & Copyright
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_phpwizard.net>
|
Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
|
||||||
Copyright (C) 2001- Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
Copyright (C) 2001- Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
||||||
Olivier M<>ller <om_at_omnis.ch>
|
Olivier M<>ller <om_at_omnis.ch>
|
||||||
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>
|
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>
|
||||||
|
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-08-14 Olivier L. M<>ller <om@omnis.ch>
|
||||||
|
* Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
|
||||||
|
updated mail address of Tobias Ratschiller (requested by himself :)
|
||||||
|
|
||||||
2002-08-14 Michal Cihar <nijel@users.sourceforge.net>
|
2002-08-14 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
|
* libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
|
||||||
Improved detection of used recoding function, now can be configured
|
Improved detection of used recoding function, now can be configured
|
||||||
|
@@ -1749,9 +1749,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<br />
|
<br />
|
||||||
Then restart apache and it will work.
|
Then restart apache and it will work.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Here is a fix suggested by Brad Ummer in the
|
Here is a fix suggested by Brad Ummer in the phpwizard forum:
|
||||||
<a class="navigation" href="http://www.phpwizard.net/phorum/list.php?f=1" target="_blank">
|
|
||||||
phpwizard forum</a>:
|
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -2460,7 +2458,7 @@ phpMyAdmin - Credits
|
|||||||
CREDITS, in chronological order
|
CREDITS, in chronological order
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
- Tobias Ratschiller <tobias_at_phpwizard.net>
|
- Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
|
||||||
* creator of the phpmyadmin project
|
* creator of the phpmyadmin project
|
||||||
* maintainer from 1998 to summer 2000
|
* maintainer from 1998 to summer 2000
|
||||||
|
|
||||||
|
12
README
12
README
@@ -5,14 +5,14 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
A set of PHP-scripts to administrate MySQL over the WWW.
|
||||||
|
|
||||||
Version 2.3.0 - July 2002
|
Version 2.3.0 - August 2002
|
||||||
-------------------------
|
---------------------------
|
||||||
http://www.phpmyadmin.net/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
|
Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
|
||||||
Copyright (C) 2001- Olivier M<>ller <om@omnis.ch>
|
Copyright (C) 2001- Olivier M<>ller <om_at_omnis.ch>
|
||||||
Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>
|
||||||
Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
|
Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
|
||||||
[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
|
||||||
|
@@ -211,7 +211,6 @@ else {
|
|||||||
if ($what != 'csv' && $what != 'excel' && $what != 'xml') {
|
if ($what != 'csv' && $what != 'excel' && $what != 'xml') {
|
||||||
$dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf
|
$dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf
|
||||||
. '# version ' . PMA_VERSION . $crlf
|
. '# version ' . PMA_VERSION . $crlf
|
||||||
. '# http://phpwizard.net/phpMyAdmin/' . $crlf
|
|
||||||
. '# http://www.phpmyadmin.net/ (download page)' . $crlf
|
. '# http://www.phpmyadmin.net/ (download page)' . $crlf
|
||||||
. '#' . $crlf
|
. '#' . $crlf
|
||||||
. '# ' . $strHost . ': ' . $cfg['Server']['host'];
|
. '# ' . $strHost . ': ' . $cfg['Server']['host'];
|
||||||
@@ -305,7 +304,6 @@ else {
|
|||||||
. '-' . $crlf
|
. '-' . $crlf
|
||||||
. '- phpMyAdmin XML-Dump' . $crlf
|
. '- phpMyAdmin XML-Dump' . $crlf
|
||||||
. '- version ' . PMA_VERSION . $crlf
|
. '- version ' . PMA_VERSION . $crlf
|
||||||
. '- http://phpwizard.net/phpMyAdmin/' . $crlf
|
|
||||||
. '- http://www.phpmyadmin.net/ (download page)' . $crlf
|
. '- http://www.phpmyadmin.net/ (download page)' . $crlf
|
||||||
. '-' . $crlf
|
. '-' . $crlf
|
||||||
. '- ' . $strHost . ': ' . $cfg['Server']['host'];
|
. '- ' . $strHost . ': ' . $cfg['Server']['host'];
|
||||||
|
Reference in New Issue
Block a user