- Timestamp:
- Nov 25, 2009 11:11:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/php/clienttest.php
r24914 r24939 40 40 //Logon to webservice 41 41 $websessionManager = new IWebsessionManager($connection); 42 // Enable if authentication is used.43 //$virtualbox = $websessionManager->logon("username","password");42 // Dummy username and password (change to appropriate values or set authentication method to null) 43 $virtualbox = $websessionManager->logon("username","password"); 44 44 45 45 //Get a list of registered machines
Note:
See TracChangeset
for help on using the changeset viewer.