You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ The PHP-Class is compatible with the hosting version, you can use <a href="http:
6
6
#### Example: Connect
7
7
<pre>
8
8
include("sinusbot.class.php");
9
-
$sinusbot = new SinusBot("127.0.0.1", 8087);
9
+
$sinusbot = new SinusBot("http://127.0.0.1:8087");
10
10
$sinusbot->login("admin", "foobar");
11
11
</pre>
12
12
<br />
13
13
#### Functions:
14
+
<blockquote><em>The parameter $instanceUUID is optional for every function having this parameter. However, if omitting it, you must have selected the instance via <strong>$sinusbot->selectInstance("INSTANCEUUID")</strong> beforehand.</em></blockquote>
0 commit comments