summaryrefslogtreecommitdiffstats
path: root/endpoints/config.js
diff options
context:
space:
mode:
authorIan Moore <ian.moore@fireeye.com>2015-07-29 12:12:26 -0400
committerIan Moore <ian.moore@fireeye.com>2015-07-29 12:12:26 -0400
commit83e0bc0d26bd88925053ac3a6cc84edf7236f18e (patch)
tree18ac7e2f300934ba12dcdc20531b2de6813ffde9 /endpoints/config.js
parent76a645369fd0dc61bca879ec5f083464d62a7369 (diff)
downloadphpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.zip
phpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.tar.gz
phpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.tar.bz2
Move source tree up one level
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