summaryrefslogtreecommitdiffstats
path: root/endpoints/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints/config.js')
-rw-r--r--endpoints/config.js11
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