This commit is contained in:
xdrm-brackets 2017-09-12 19:20:08 +02:00
parent a5f11ae110
commit 7539f8a8dd
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@
echo "<span>$name</span>";
$link = $_SERVER['HTTP_HOST']."/ics/$id.ics";
$link = $_SERVER['HTTP_HOST']."";
if( file_exists(__ROOT__."/tmp/$id.ics") )
echo " -> <a href='$link'>$link</a><br>";
echo " -> <a href='/ics/$id.ics'>https://$link</a><br>";
}