Merged in bugfix/HOR-4621 (pull request #6515)
HOR-4621 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
//@Workspace : {ws}
|
//@Workspace : {ws}
|
||||||
//@Timestamp : {timestamp}
|
//@Timestamp : {timestamp}
|
||||||
|
|
||||||
define("WS_WSDL_URL", "{wsdlUrl}");
|
define('WS_WSDL_URL', '{wsdlUrl}');
|
||||||
define("WS_UPLOAD_URL", "{wsUploadUrl}");
|
define('WS_UPLOAD_URL', '{wsUploadUrl}');
|
||||||
define("WS_USER_ID", "{wsUser}");
|
define('WS_USER_ID', '{wsUser}');
|
||||||
define("WS_USER_PASS", "{wsPass}");
|
define('WS_USER_PASS', '{wsPass}');
|
||||||
define("WS_ROUNDROBIN", "{wsRoundRobin}");
|
define('WS_ROUNDROBIN', '{wsRoundRobin}');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@include_once ("wsClient.php");
|
@include_once ("wsClient.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user