Skip to content

Commit

Permalink
Update view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler committed Dec 28, 2023
1 parent 48bf8c2 commit 806dc23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit 806dc23

Please sign in to comment.