andre пре 7 месеци
родитељ
комит
8568b882f1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      siteBuilder.php

+ 2 - 2
siteBuilder.php

@@ -579,8 +579,8 @@ function siteBuilder_editSite($params) {
 			'lang' => 'de',						// (optional) 2-letter language code, set language code you whant builder to open in
 			'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
 			'apiUrl' => getSiteBuilderApiURL($params) . 'deploy/' . $params['username'] . '/' . $site, // (required) API endpoint URL
 			'resellerClientAccountId' => $params['serviceid'],	// (required) ID of website/user in your system
 			'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)) {
 		if (!$res || !is_object($res)) {
 			logModuleCall(
 			logModuleCall(