added more comments
This commit is contained in:
parent
4174005f7c
commit
cb5d859752
@ -26,8 +26,8 @@ function returnJson($status, $message, $timeTaken = null) {
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
$token = $_POST['secret'];
|
$token = $_POST['secret']; // The provided secret key
|
||||||
$file = $_FILES['sharex'];
|
$file = $_FILES['sharex']; // The uploaded file
|
||||||
|
|
||||||
// Check if the token is valid
|
// Check if the token is valid
|
||||||
if (!checkToken($token)) {
|
if (!checkToken($token)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user