Skip to content
Snippets Groups Projects
Commit 78db8739 authored by Davide Aprea's avatar Davide Aprea
Browse files

fixed key request

parent 67f09104
No related branches found
No related tags found
3 merge requests!1895Development,!1747Development,!1731Resolve "removing integration of obsolete resultpage formats"
......@@ -44,6 +44,9 @@ class Key{
public function requestPermission() {
$postdata = http_build_query(array(
'dummy' => 0,
));
$opts = array(
'http' => array(
'method' => 'POST',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment