From a5f11ae1100d58a4ef34b037bb47dd8c5287d23c Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 19:19:36 +0200 Subject: [PATCH] minmod2 --- build/router/controller/page.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/router/controller/page.php b/build/router/controller/page.php index 04a45d2..84c54e2 100644 --- a/build/router/controller/page.php +++ b/build/router/controller/page.php @@ -50,9 +50,8 @@ echo "$name"; $link = $_SERVER['HTTP_HOST']."/ics/$id.ics"; - // if( file_exists(__ROOT__."/tmp/$id.ics") ) - - echo " -> $link
"; + if( file_exists(__ROOT__."/tmp/$id.ics") ) + echo " -> $link
"; }