summaryrefslogtreecommitdiffstats
path: root/endpoints/jqueryFileTree.php
diff options
context:
space:
mode:
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));