first pass name change

This commit is contained in:
redmatrix
2015-05-05 03:56:10 -07:00
parent 57fcfc9398
commit a3c37f1458
91 changed files with 680 additions and 680 deletions

View File

@@ -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();