mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Move to www.phpminadmin.net
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@625 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -3,6 +3,7 @@ Connection through socket by server :/path/to/socket
|
|||||||
Display execution time in SQL query
|
Display execution time in SQL query
|
||||||
Version checker
|
Version checker
|
||||||
Separate JavaScript functions
|
Separate JavaScript functions
|
||||||
|
Always use the default style before the external one
|
||||||
|
|
||||||
phpMinAdmin 1.10.1:
|
phpMinAdmin 1.10.1:
|
||||||
Highlight odd and hover rows
|
Highlight odd and hover rows
|
||||||
|
@@ -9,7 +9,7 @@ function toggle(id) {
|
|||||||
function check_version(version) {
|
function check_version(version) {
|
||||||
document.cookie = 'phpMinAdmin_version=0';
|
document.cookie = 'phpMinAdmin_version=0';
|
||||||
var script = document.createElement('script');
|
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);
|
document.body.appendChild(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -61,7 +61,7 @@ function page_footer($missing = false) {
|
|||||||
|
|
||||||
<?php switch_lang(); ?>
|
<?php switch_lang(); ?>
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<h1><a href="http://phpminadmin.sourceforge.net"><?php echo lang('phpMinAdmin'); ?></a></h1>
|
<h1><a href="http://www.phpminadmin.net/"><?php echo lang('phpMinAdmin'); ?></a></h1>
|
||||||
<?php if ($missing != "auth") { ?>
|
<?php if ($missing != "auth") { ?>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user