Fix for #69
This commit is contained in:
parent
01c7e9f726
commit
405bb04c7c
|
|
@ -19,7 +19,8 @@ civiproxy_security_check('url');
|
||||||
// basic restraints
|
// basic restraints
|
||||||
$valid_parameters = array( 'u' => 'int',
|
$valid_parameters = array( 'u' => 'int',
|
||||||
'q' => 'int',
|
'q' => 'int',
|
||||||
'qid' => 'int');
|
'qid' => 'int',
|
||||||
|
'*' => 'string');
|
||||||
|
|
||||||
$parameters = civiproxy_get_parameters($valid_parameters);
|
$parameters = civiproxy_get_parameters($valid_parameters);
|
||||||
civiproxy_redirect($target_url, $parameters);
|
civiproxy_redirect($target_url, $parameters);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue