first pass name change
This commit is contained in:
@@ -99,7 +99,7 @@ function layouts_content(&$a) {
|
||||
dbesc(argv(3))
|
||||
);
|
||||
if($r) {
|
||||
header('Content-type: application/x-redmatrix-layout');
|
||||
header('Content-type: application/x-hubzilla-layout');
|
||||
header('Content-disposition: attachment; filename="' . $r[0]['sid'] . '.pdl"');
|
||||
echo json_encode($r);
|
||||
killme();
|
||||
|
||||
Reference in New Issue
Block a user