X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=bdb5298ef3a87e81361e7a9e9ee709e9387589a7;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=d38dcb8d922026143e32996e04d5552d04c06b2f;hpb=4a473611163a12b48d3bbad71dc54765be8789f9;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(); }