diff options
Diffstat (limited to 'endpoints')
-rw-r--r-- | endpoints/jqueryFileTree.php | 2 | ||||
-rw-r--r-- | endpoints/lib/config.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/endpoints/jqueryFileTree.php b/endpoints/jqueryFileTree.php index e9e6871..016a29d 100644 --- a/endpoints/jqueryFileTree.php +++ b/endpoints/jqueryFileTree.php @@ -207,7 +207,7 @@ if($request['dir'] == DSEP && count($allowed_folders)) { }
-header('Content-type', 'application/json');
+header('Content-type: application/json');
echo(json_encode($returnData));
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index ebe34c2..bf90398 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-2');
+define('PHPVBOX_VER', '5.0-3');
class phpVBoxConfigClass {
|