mirror of
https://github.com/itflow-org/itflow
synced 2026-06-01 07:38:19 +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 '../validate_api_key.php';
|
||||||
require_once '../require_post_method.php';
|
require_once '../require_post_method.php';
|
||||||
|
|
||||||
// Parse Info
|
|
||||||
$client_id = intval($_POST['client_id']);
|
|
||||||
|
|
||||||
// Default
|
// Default
|
||||||
$update_count = false;
|
$update_count = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user