|
|
@@ -474,7 +474,7 @@ function siteBuilder_editSite($params) {
|
|
|
return 'Error: invalid site name';
|
|
|
}
|
|
|
$site = $_POST['s'];
|
|
|
- $api = new SiteProApiClient('https://10.200.34.100:443/', 'apikey0', '993yVHwC05TLsx2JI2XFlAhkkPUxR6JbQUYbI.a5HiRtmNV9');
|
|
|
+ $api = new SiteProApiClient('https://builder.thurdata.ch/', 'apikey0', '993yVHwC05TLsx2JI2XFlAhkkPUxR6JbQUYbI.a5HiRtmNV9');
|
|
|
// use this for enterprise licenses and change 'your-bulder-domain.com' to your builder domain
|
|
|
//$api = new SiteProApiClient('http://your-bulder-domain.com/api/', 'your_api_username', 'your_api_password');
|
|
|
|