X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=bdb5298ef3a87e81361e7a9e9ee709e9387589a7;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=98325c336669aab1b1f4ecef7a08965cfb7e6f12;hpb=91facd2d0a2869e2c26a5943d8afe1849d3891f8;p=friendica.git diff --git a/mod/manifest.php b/mod/manifest.php index 98325c3366..bdb5298ef3 100644 --- a/mod/manifest.php +++ b/mod/manifest.php @@ -7,7 +7,7 @@ use Friendica\Core\Renderer; function manifest_content(App $a) { - $tpl = get_markup_template('manifest.tpl'); + $tpl = Renderer::getMarkupTemplate('manifest.tpl'); header('Content-type: application/manifest+json'); @@ -24,5 +24,5 @@ function manifest_content(App $a) { echo $o; - killme(); + exit(); }