mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 08:44:50 +00:00
certificates: remove client_id post from edit certificate modal as it should get the client_id in post, enforceClientAccess
This commit is contained in:
@@ -9,4 +9,3 @@ $expire = sanitizeInput($_POST['expire']);
|
||||
$public_key = sanitizeInput($_POST['public_key']);
|
||||
$notes = sanitizeInput($_POST['notes']);
|
||||
$domain_id = intval($_POST['domain_id'] ?? 0);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
|
||||
Reference in New Issue
Block a user