This commit is contained in:
Jaap Jansma 2024-01-17 14:39:54 +01:00
parent 01c7e9f726
commit 405bb04c7c
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ civiproxy_security_check('url');
// basic restraints
$valid_parameters = array( 'u' => 'int',
'q' => 'int',
'qid' => 'int');
'qid' => 'int',
'*' => 'string');
$parameters = civiproxy_get_parameters($valid_parameters);
civiproxy_redirect($target_url, $parameters);