summaryrefslogtreecommitdiff
path: root/public/ical.php
diff options
context:
space:
mode:
authorHorus2021-01-14 12:09:21 +0100
committerHorus2021-01-14 12:09:21 +0100
commit983167172a7995acc86c6bd05ea4c268845f1ffe (patch)
tree169054e132b19b21fdef1860f830d176c110d050 /public/ical.php
parent5269a15bcffe0a5084092fc61f445c0bee588baa (diff)
downloadzeitumstellung-983167172a7995acc86c6bd05ea4c268845f1ffe.tar.gz
Reimplement in vanilla PHP.
Diffstat (limited to 'public/ical.php')
-rw-r--r--public/ical.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ical.php b/public/ical.php
new file mode 100644
index 0000000..f1a9e0d
--- /dev/null
+++ b/public/ical.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once __DIR__ . '/../vendor/autoload.php';
+
+iCalFeed();