change to admin-en
This commit is contained in:
parent
4faf1a66da
commit
b3bc49e576
3 changed files with 1162 additions and 1163 deletions
|
|
@ -248,7 +248,7 @@ tr.odd td {
|
|||
top:-10px;
|
||||
color:#FFF;
|
||||
padding: 0 20px;
|
||||
bottom:55px;
|
||||
bottom:0;
|
||||
overflow:auto;
|
||||
left:0px;
|
||||
width:240px;
|
||||
|
|
|
|||
2321
adminer.php
2321
adminer.php
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$adminer = dirname(__FILE__).'/adminer.php';
|
||||
|
||||
$new = @file_get_contents('https://www.adminer.org/latest.php');
|
||||
$new = @file_get_contents('https://www.adminer.org/latest-en.php');
|
||||
|
||||
if ($new)
|
||||
file_put_contents($adminer, $new);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue