From 9f5ad04cef9495dd98092cfdbeefd70c4a739d63 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 2 Jan 2023 16:54:30 +0000 Subject: [PATCH] Fuck it just remove the check altogether --- public/librespeed/backend/garbage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/librespeed/backend/garbage.php b/public/librespeed/backend/garbage.php index 32abcf4..1b87e8c 100755 --- a/public/librespeed/backend/garbage.php +++ b/public/librespeed/backend/garbage.php @@ -12,7 +12,6 @@ function getChunkCount() { if ( !array_key_exists('ckSize', $_GET) - || !is_numeric($_GET['ckSize']) || (int) $_GET['ckSize'] <= 0 ) { return 4;