Don't set client ID from POST - this is properly done via require_post_method instead only if it's an all-clients key.

This commit is contained in:
wrongecho
2026-04-04 10:49:40 +01:00
parent 8591758cd7
commit 52c2ba69cb

View File

@@ -3,9 +3,6 @@
require_once '../validate_api_key.php';
require_once '../require_post_method.php';
// Parse Info
$client_id = intval($_POST['client_id']);
// Default
$update_count = false;