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

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