|
|
@@ -579,8 +579,8 @@ function siteBuilder_editSite($params) {
|
|
|
'lang' => 'de', // (optional) 2-letter language code, set language code you whant builder to open in
|
|
|
'apiUrl' => getSiteBuilderApiURL($params) . 'deploy/' . $params['username'] . '/' . $site, // (required) API endpoint URL
|
|
|
'resellerClientAccountId' => $params['serviceid'], // (required) ID of website/user in your system
|
|
|
-// 'username' => 'example_user', // (optional) authorization username to be used with API endpoint
|
|
|
-// 'password' => 'example_password', // (optional) authorization password to be used with API endpoint
|
|
|
+// 'username' => $params['serverusername'], // (optional) authorization username to be used with API endpoint
|
|
|
+ 'password' => 'your-secure-password', // (optional) authorization password to be used with API endpoint
|
|
|
));
|
|
|
if (!$res || !is_object($res)) {
|
|
|
logModuleCall(
|