Home
last modified time | relevance | path

Searched refs:posturl (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Remote/IXR/
H A DClient.php21 protected $posturl = '';
29 $this->posturl = $server;
31 $this->posturl = 'http://' . $server . ':' . $port . $path;
50 if (!$this->httpClient->sendRequest($this->posturl, $xml, 'POST')) {
22 protected $posturl = ''; global() variable in dokuwiki\\Remote\\IXR\\Client