diff options
author | Ian Moore <ian.moore@fireeye.com> | 2015-07-30 19:19:18 -0400 |
---|---|---|
committer | Ian Moore <ian.moore@fireeye.com> | 2015-07-30 19:19:18 -0400 |
commit | 1a1b09b6824ef72e656a3893f800adb4ffeba0e9 (patch) | |
tree | 50135be45ddb61b681adb5fd76c01fadf101cea2 /endpoints/config.js | |
parent | 921c8175e61b8bbb8a14ce58c8dd8cd4c6810d6d (diff) | |
download | phpvirtualbox-1a1b09b6824ef72e656a3893f800adb4ffeba0e9.zip phpvirtualbox-1a1b09b6824ef72e656a3893f800adb4ffeba0e9.tar.gz phpvirtualbox-1a1b09b6824ef72e656a3893f800adb4ffeba0e9.tar.bz2 |
Fix header() in api.php
Minor cleanup
Diffstat (limited to 'endpoints/config.js')
-rw-r--r-- | endpoints/config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/endpoints/config.js b/endpoints/config.js index 3cfeb98..3ada889 100644 --- a/endpoints/config.js +++ b/endpoints/config.js @@ -1,6 +1,5 @@ /* * Endpoint configuration for phpVirtualBox - * $Id$ */ var vboxEndpointConfig = { api: 'endpoints/api.php', |