diff --git a/build/router/controller/page.php b/build/router/controller/page.php index 84c54e2..0505f59 100644 --- a/build/router/controller/page.php +++ b/build/router/controller/page.php @@ -49,9 +49,9 @@ echo "$name"; - $link = $_SERVER['HTTP_HOST']."/ics/$id.ics"; + $link = $_SERVER['HTTP_HOST'].""; if( file_exists(__ROOT__."/tmp/$id.ics") ) - echo " -> $link
"; + echo " -> https://$link
"; }