選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }