Merge branch 'issue/74'

This commit is contained in:
Phil 2024-09-05 09:21:53 +02:00
commit e8df834277
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ civiproxy_security_check('mail-confirm');
// basic restraints
$valid_parameters = array( 'sid' => 'int',
'cid' => 'int',
'h' => 'hex');
'h' => 'string');
$parameters = civiproxy_get_parameters($valid_parameters);
// check if parameters specified

View File

@ -19,7 +19,7 @@ civiproxy_security_check('mail-resubscribe');
// basic restraints
$valid_parameters = array( 'jid' => 'int',
'qid' => 'int',
'h' => 'hex');
'h' => 'string');
$parameters = civiproxy_get_parameters($valid_parameters);
// check if parameters specified

View File

@ -19,7 +19,7 @@ civiproxy_security_check('mail-unsubscribe');
// basic restraints
$valid_parameters = array( 'jid' => 'int',
'qid' => 'int',
'h' => 'hex');
'h' => 'string');
$parameters = civiproxy_get_parameters($valid_parameters);
// check if parameters specified