mirror of
https://github.com/itflow-org/itflow
synced 2026-04-18 10:35:39 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user