summaryrefslogtreecommitdiffstats
path: root/endpoints/jqueryFileTree.php
diff options
context:
space:
mode:
authorimoore76 <imoore76@users.noreply.github.com>2015-09-09 08:55:24 -0400
committerimoore76 <imoore76@users.noreply.github.com>2015-09-09 08:55:24 -0400
commit148f49edf5e2c2877826e383f531a92de99e96e4 (patch)
tree89365f4399388ec19fe40f6169f89d137937ac75 /endpoints/jqueryFileTree.php
parenta1172caa70fc60663bc0db62b643655497de3354 (diff)
parent06514eded5d1991ce67c5aa2b43428c918fe46d6 (diff)
downloadphpvirtualbox-148f49edf5e2c2877826e383f531a92de99e96e4.zip
phpvirtualbox-148f49edf5e2c2877826e383f531a92de99e96e4.tar.gz
phpvirtualbox-148f49edf5e2c2877826e383f531a92de99e96e4.tar.bz2
Merge pull request #6 from imoore76/develop
5.0-3
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));