From 7539f8a8dd4424952ad237cdc6e9df5121f45058 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 19:20:08 +0200 Subject: [PATCH] update --- build/router/controller/page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
"; }