You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 252B

12345678910
  1. /*
  2. * Endpoint configuration for phpVirtualBox
  3. */
  4. var vboxEndpointConfig = {
  5. api: 'endpoints/api.php',
  6. screen: 'endpoints/screen.php',
  7. rdpGen: 'endpoints/rdp.php',
  8. filebrowser: 'endpoints/jqueryFileTree.php',
  9. require: ['endpoints/language.php']
  10. }