Stripe Var Passthru attempt

This commit is contained in:
johnnyq
2025-01-17 15:26:40 -05:00
parent e4a4687e8c
commit cb7965a84f
6 changed files with 91 additions and 24 deletions

View File

@@ -11,3 +11,4 @@ $ipv6 = sanitizeInput($_POST['ipv6']);
$port = sanitizeInput($_POST['port']);
$network = intval($_POST['network']);
$notes = sanitizeInput($_POST['notes']);
$connected_to = intval($_POST['connected_to']);