updated url

This commit is contained in:
Loïc Chapeaux
2002-04-12 14:35:27 +00:00
parent 4b526f7794
commit 6ca06e16fb
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
* libraries/display_tbl.lib.php3, lines 957-991: expended cosmetic changes
to allow word wrapping.
* libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
* tbl_dump.php3, line 197: new domain name (thanks to Rabus).
2002-04-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3, line 957: cosmetic change to allow word

View File

@@ -194,7 +194,7 @@ else {
$dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf
. '# version ' . PMA_VERSION . $crlf
. '# http://phpwizard.net/phpMyAdmin/' . $crlf
. '# http://phpmyadmin.sourceforge.net/ (download page)' . $crlf
. '# http://www.phpmyadmin.net/ (download page)' . $crlf
. '#' . $crlf
. '# ' . $strHost . ': ' . $cfgServer['host'];
if (!empty($cfgServer['port'])) {