Skip to content

Commit 26db648

Browse files
committed
tweaks
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent a4efbb4 commit 26db648

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RESTAPIphpListClient.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
echo 'Session key is: ' . $key.'<br><br>';
3131
}
3232

33-
33+
//Use session key as password for basic auth
3434
$credentials = base64_encode($loginname . ':' . $key);
3535

3636
$listInfo = $client->get($base_uri.'/lists/1',
@@ -72,6 +72,3 @@
7272
echo '<br>';
7373
}
7474
}
75-
76-
77-

0 commit comments

Comments
 (0)