diff options
author | Ian Moore <imoore76@yahoo.com> | 2015-09-09 08:51:46 -0400 |
---|---|---|
committer | Ian Moore <imoore76@yahoo.com> | 2015-09-09 08:51:46 -0400 |
commit | b43db21f8963d49890531354ec3a3151b249be0e (patch) | |
tree | 1a1fdea61550778cfb1b9fd2386d4d0497a70d9e /endpoints/jqueryFileTree.php | |
parent | cfae402eee8881fcb5cce0e45d2b67ee25335254 (diff) | |
download | phpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.zip phpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.tar.gz phpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.tar.bz2 |
See Changelog
Diffstat (limited to 'endpoints/jqueryFileTree.php')
-rw-r--r-- | endpoints/jqueryFileTree.php | 2 |
1 files changed, 1 insertions, 1 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));
|