version 4.6.2 and updater
This commit is contained in:
parent
8c7fe51582
commit
784f7c4946
2 changed files with 812 additions and 803 deletions
1605
adminer.php
1605
adminer.php
File diff suppressed because one or more lines are too long
10
update.php
Normal file
10
update.php
Normal 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: ./');
|
||||
Loading…
Add table
Add a link
Reference in a new issue