file manage change

This commit is contained in:
icret
2023-03-10 21:28:21 +08:00
parent 0a2e2d63b4
commit 700e001de1
4 changed files with 73 additions and 37 deletions

View File

@@ -28,7 +28,7 @@ if (empty($_FILES['file'])) {
}
// sign
if (empty($_REQUEST['sign']) || $_REQUEST['sign'] !== date('YmdH')) {
if (empty($_POST['sign']) || $_POST['sign'] !== date('YmdH')) {
exit(json_encode(array(
"result" => "failed",
"code" => 403,