update docs

This commit is contained in:
Lee 2023-04-09 19:26:35 +01:00
parent d07c3104fe
commit ede6fa0a16

@ -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
{