Merge branch 'issue/74'
This commit is contained in:
commit
e8df834277
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue