From a99596b180772c1be97c75fe617440869d9a05fa Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 19:20:34 +0200 Subject: [PATCH] update2 --- build/router/controller/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/router/controller/page.php b/build/router/controller/page.php index 0505f59..138ca84 100644 --- a/build/router/controller/page.php +++ b/build/router/controller/page.php @@ -49,7 +49,7 @@ echo "$name"; - $link = $_SERVER['HTTP_HOST'].""; + $link = $_SERVER['HTTP_HOST']."/ics/$id.ics"; if( file_exists(__ROOT__."/tmp/$id.ics") ) echo " -> https://$link
";