From 60cac2e42796619cabeb914af80eeb843459b53e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sun, 31 May 2009 13:03:45 +0000 Subject: [PATCH] Move to www.phpminadmin.net git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@627 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- include/connect.inc.php | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/connect.inc.php b/include/connect.inc.php index c6e8c3ed..20b083d1 100644 --- a/include/connect.inc.php +++ b/include/connect.inc.php @@ -9,7 +9,7 @@ function connect_error() { echo '

' . lang('Privileges') . "

\n"; echo '

' . lang('Process list') . "

\n"; echo "

" . lang('MySQL version: %s through PHP extension %s', "server_info < 4.1 ? " class='binary'" : "") . ">$dbh->server_info", "$dbh->extension") . "

\n"; - echo "

" . lang('phpMinAdmin version: %s', "$VERSION") . ", " . lang('current version') . "" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": " . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "" : "") . "

\n"; + echo "

" . lang('phpMinAdmin version: %s', "$VERSION") . ", " . lang('current version') . "" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": " . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "" : "") . "

\n"; if (!isset($_COOKIE["phpMinAdmin_version"])) { ?>