Remove unneeded signature in adminer.version file.
This commit is contained in:
parent
07b3dc3f1d
commit
4554780092
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if (isset($_GET["file"])) {
|
|||
if ($_GET["script"] == "version") {
|
||||
$fp = file_open_lock(get_temp_dir() . "/adminer.version");
|
||||
if ($fp) {
|
||||
file_write_unlock($fp, serialize(array("signature" => $_POST["signature"], "version" => $_POST["version"])));
|
||||
file_write_unlock($fp, serialize(array("version" => $_POST["version"])));
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue