andre 7 mesi fa
parent
commit
c63b72e9ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      siteBuilder.php

+ 1 - 1
siteBuilder.php

@@ -579,7 +579,7 @@ 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' => $params['serverusername'],	// (optional) authorization username 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)) {