diff --git a/contrib/soap/example.php b/contrib/soap/example.php index ada28fe42..cc72cf260 100644 --- a/contrib/soap/example.php +++ b/contrib/soap/example.php @@ -21,10 +21,18 @@ * MaNGOSsoap client example * * a simple example how to invoke commands using SOAP + * + * Make sure you enabled SOAP in your mangosd.conf! + * SOAP.Enabled = 1 */ +/* + * $username and $password MUST be uppercase + * account $username needs at least SEC_ADMINISTRATOR + */ $username = 'ADMINISTRATOR'; $password = 'ADMINISTRATOR'; + $host = "localhost"; $soapport = 7878; $command = "server info"; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7d5bb4fc4..b927fbb19 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11835" + #define REVISION_NR "11836" #endif // __REVISION_NR_H__