mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Deduplicate the api-url
This commit is contained in:
parent
6fbd049941
commit
4d4e536d52
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class ApiHandler {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->url = str_replace($this->apiurl, '', $this->url);
|
||||||
curl_setopt($this->curlh, CURLOPT_URL, $this->baseurl().$this->url);
|
curl_setopt($this->curlh, CURLOPT_URL, $this->baseurl().$this->url);
|
||||||
|
|
||||||
//print "Here we go:\n";
|
//print "Here we go:\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue