From: jakubvrana Date: Sat, 30 May 2009 06:41:01 +0000 (+0000) Subject: Move to www.phpminadmin.net X-Git-Tag: v3.0.0~900 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=deeb3b11b3d6f27b9b8cf722e0d8a9f7e43feee9;p=adminer.git Move to www.phpminadmin.net git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@625 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/changes.txt b/changes.txt index 257ea303..6f57ba2c 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,7 @@ Connection through socket by server :/path/to/socket Display execution time in SQL query Version checker Separate JavaScript functions +Always use the default style before the external one phpMinAdmin 1.10.1: Highlight odd and hover rows diff --git a/functions.js b/functions.js index d82f24f6..684fdcf9 100644 --- a/functions.js +++ b/functions.js @@ -9,7 +9,7 @@ function toggle(id) { function check_version(version) { document.cookie = 'phpMinAdmin_version=0'; var script = document.createElement('script'); - script.src = 'http://phpminadmin.sourceforge.net/version.php?version=' + version; + script.src = 'http://www.phpminadmin.net/version.php?version=' + version; document.body.appendChild(script); } diff --git a/include/design.inc.php b/include/design.inc.php index 2e1d90fc..0e208d6e 100644 --- a/include/design.inc.php +++ b/include/design.inc.php @@ -61,7 +61,7 @@ function page_footer($missing = false) {