summaryrefslogtreecommitdiffstats
path: root/endpoints/jqueryFileTree.php
diff options
context:
space:
mode:
authorIan Moore <imoore76@yahoo.com>2015-09-09 08:51:46 -0400
committerIan Moore <imoore76@yahoo.com>2015-09-09 08:51:46 -0400
commitb43db21f8963d49890531354ec3a3151b249be0e (patch)
tree1a1fdea61550778cfb1b9fd2386d4d0497a70d9e /endpoints/jqueryFileTree.php
parentcfae402eee8881fcb5cce0e45d2b67ee25335254 (diff)
downloadphpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.zip
phpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.tar.gz
phpvirtualbox-b43db21f8963d49890531354ec3a3151b249be0e.tar.bz2
See Changelog
Diffstat (limited to 'endpoints/jqueryFileTree.php')
-rw-r--r--endpoints/jqueryFileTree.php2
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));