diff options
Diffstat (limited to 'ical.php')
| -rw-r--r-- | ical.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ical.php b/ical.php new file mode 100644 index 0000000..c0bc46e --- /dev/null +++ b/ical.php @@ -0,0 +1,5 @@ +<?php + +require_once __DIR__ . '/vendor/autoload.php'; + +iCalFeed(); |
