mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
upload not responding as actual json
This commit is contained in:
parent
34e0058c23
commit
76d712e8dc
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ if (login()) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header('Content-Type: application/json');
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'path' => $path,
|
'path' => $path,
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue