diff options
Diffstat (limited to 'endpoints/config.js')
-rw-r--r-- | endpoints/config.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/endpoints/config.js b/endpoints/config.js new file mode 100644 index 0000000..3cfeb98 --- /dev/null +++ b/endpoints/config.js @@ -0,0 +1,11 @@ +/* + * Endpoint configuration for phpVirtualBox + * $Id$ + */ +var vboxEndpointConfig = { + api: 'endpoints/api.php', + screen: 'endpoints/screen.php', + rdpGen: 'endpoints/rdp.php', + filebrowser: 'endpoints/jqueryFileTree.php', + require: ['endpoints/language.php'] +}
\ No newline at end of file |