mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 08:44:50 +00:00
Credential: remove client_id post from edit credential modal as it should get the client_id in post, enforceClientAccess
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// Model of reusable variables for client credentials - not to be confused with the ITFLow login process
|
||||
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
|
||||
|
||||
$client_id = intval($_POST['client_id']);
|
||||
$name = sanitizeInput($_POST['name']);
|
||||
$description = sanitizeInput($_POST['description']);
|
||||
$uri = sanitizeInput($_POST['uri']);
|
||||
|
||||
Reference in New Issue
Block a user