Skip to content

Commit 421ea4b

Browse files
author
marburger93
committed
Update getFiles.php
1 parent 294782f commit 421ea4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/getFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
include("sinusbot.class.php");
3-
$sinusbot = new SinusBot("127.0.0.1", 8087);
3+
$sinusbot = new SinusBot("http://127.0.0.1:8087");
44
$sinusbot->login("admin", "foobar");
55

66
$files = $sinusbot->getFiles();

0 commit comments

Comments
 (0)