Fuck it just remove the check altogether

This commit is contained in:
William 2023-01-02 16:54:30 +00:00
parent f1491b8040
commit 9f5ad04cef
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function getChunkCount()
{
if (
!array_key_exists('ckSize', $_GET)
|| !is_numeric($_GET['ckSize'])
|| (int) $_GET['ckSize'] <= 0
) {
return 4;