fixed ui download headers
This commit is contained in:
parent
af0af9cbc8
commit
c74206dfb7
1 changed files with 4 additions and 4 deletions
|
@ -203,10 +203,10 @@
|
|||
header("Content-Disposition: attachment; filename=ui.tar.gz");
|
||||
header("info-version: 1");
|
||||
|
||||
header("x-ui-timestamp", $ui_pack["timestamp"]);
|
||||
header("x-ui-version", $ui_pack["version"]);
|
||||
header("x-ui-git-ref", $ui_pack["git-ref"]);
|
||||
header("x-ui-required_client", $ui_pack["required_client"]);
|
||||
header("x-ui-timestamp: " . $ui_pack["timestamp"]);
|
||||
header("x-ui-version: " . $ui_pack["version"]);
|
||||
header("x-ui-git-ref: " . $ui_pack["git-ref"]);
|
||||
header("x-ui-required_client: " . $ui_pack["required_client"]);
|
||||
|
||||
$read = readfile($ui_pack["file"]);
|
||||
header("Content-Length:" . $read);
|
||||
|
|
Loading…
Add table
Reference in a new issue