change to admin-en

This commit is contained in:
Pau Capó 2018-03-16 14:16:56 +01:00
parent 4faf1a66da
commit b3bc49e576
3 changed files with 1162 additions and 1163 deletions

View file

@ -248,7 +248,7 @@ tr.odd td {
top:-10px;
color:#FFF;
padding: 0 20px;
bottom:55px;
bottom:0;
overflow:auto;
left:0px;
width:240px;

File diff suppressed because one or more lines are too long

View file

@ -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);