]> git.joonet.de Git - adminer.git/commitdiff
Move to www.phpminadmin.net
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Sun, 31 May 2009 13:03:45 +0000 (13:03 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Sun, 31 May 2009 13:03:45 +0000 (13:03 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@627 7c3ca157-0c34-0410-bff1-cbf682f78f5c

include/connect.inc.php
index.php

index c6e8c3ed77d88b8c8bd846071bdaba2f25b4e313..20b083d16026306945086386d4200a1a44c5460e 100644 (file)
@@ -9,7 +9,7 @@ function connect_error() {
                echo '<p><a href="' . htmlspecialchars($SELF) . 'privileges=">' . lang('Privileges') . "</a></p>\n";
                echo '<p><a href="' . htmlspecialchars($SELF) . 'processlist=">' . lang('Process list') . "</a></p>\n";
                echo "<p>" . lang('MySQL version: %s through PHP extension %s', "<b" . ($dbh->server_info < 4.1 ? " class='binary'" : "") . ">$dbh->server_info</b>", "<b>$dbh->extension</b>") . "</p>\n";
-               echo "<p>" . lang('phpMinAdmin version: %s', "<b>$VERSION</b>") . ", <a href='http://phpminadmin.sourceforge.net/'>" . lang('current version') . "<span id='version'>" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": <b>" . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "</b>" : "") . "</span></a></p>\n";
+               echo "<p>" . lang('phpMinAdmin version: %s', "<b>$VERSION</b>") . ", <a href='http://www.phpminadmin.net/'>" . lang('current version') . "<span id='version'>" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": <b>" . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "</b>" : "") . "</span></a></p>\n";
                if (!isset($_COOKIE["phpMinAdmin_version"])) {
                        ?>
 <script type="text/javascript">
index baf9db57a0a8e77517ecb9464f839601da02fd6e..8ac13b250bd2b2b7e8560e81bc61bb39f35eab86 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
 <?php
 /** phpMinAdmin - Compact MySQL management
-* @link http://phpminadmin.sourceforge.net
-* @author Jakub Vrana, http://php.vrana.cz
+* @link http://www.phpminadmin.net/
+* @author Jakub Vrana, http://php.vrana.cz/
 * @copyright 2007 Jakub Vrana
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 */