From 806dc23e96cb07abe3bcc62a4b89860f1238f83a Mon Sep 17 00:00:00 2001 From: athuler Date: Thu, 28 Dec 2023 10:57:27 +0100 Subject: [PATCH] Update view.php --- view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view.php b/view.php index 1d7b26b..3bbfbe7 100644 --- a/view.php +++ b/view.php @@ -17,9 +17,10 @@ } // Create calendar -require_once("icalendar/zapcallib.php"); +require_once(realpath("icalendar/zapcallib.php")); $icalobj = new ZCiCal(); +echo("IMPORTED CALENDAR"); // Track Usage curl_setopt_array($curl, [