VirtualBox

Changeset 24939 in vbox for trunk/src


Ignore:
Timestamp:
Nov 25, 2009 11:11:08 AM (15 years ago)
Author:
vboxsync
Message:

Webservice: PHP sample fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/samples/php/clienttest.php

    r24914 r24939  
    4040//Logon to webservice
    4141$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");
    4444
    4545//Get a list of registered machines
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette