From ede6fa0a1600cf775bca60f9c9301282389863e4 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 9 Apr 2023 19:26:35 +0100 Subject: [PATCH] update docs --- upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.php b/upload.php index 54d769e..4f75704 100644 --- a/upload.php +++ b/upload.php @@ -15,7 +15,7 @@ $fileNameLength = 8; // The length of the random file name $webpThreadhold = 1048576; // 1MB - The minimum file size for converting to webp (in bytes) /** - * Check if the token is valid + * Check if the given secret is valid */ function checkSecret($token): bool {