version 4.6.2 and updater

This commit is contained in:
Pau Capó 2018-03-04 12:28:11 +01:00
parent 8c7fe51582
commit 784f7c4946
2 changed files with 812 additions and 803 deletions

File diff suppressed because one or more lines are too long

10
update.php Normal file
View file

@ -0,0 +1,10 @@
<?php
$adminer = dirname(__FILE__).'/adminer.php';
$new = @file_get_contents('https://www.adminer.org/latest.php');
if ($new)
file_put_contents($adminer, $new);
header('Location: ./');