You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
file manage change
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user