X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=bdb5298ef3a87e81361e7a9e9ee709e9387589a7;hb=73835118550f4bf9c0df510283c905f89224d612;hp=d38dcb8d922026143e32996e04d5552d04c06b2f;hpb=2b161108fe6552ef2effb7b300553f0242b2e49e;p=friendica.git diff --git a/mod/manifest.php b/mod/manifest.php index d38dcb8d92..bdb5298ef3 100644 --- a/mod/manifest.php +++ b/mod/manifest.php @@ -1,11 +1,13 @@ App::get_baseurl(), + $o = Renderer::replaceMacros($tpl, [ + '$baseurl' => System::baseUrl(), '$touch_icon' => $touch_icon, '$title' => Config::get('config', 'sitename', 'Friendica'), - )); + ]); echo $o; - killme(); + exit(); }