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
";