owncalendar/caldav.php

6 lines
214 B
PHP
Raw Permalink Normal View History

<?php
2012-09-07 13:21:03 +00:00
if(!file_exists('../../lib/base.php')) {
die('Please update the path to /lib/base.php in caldav.php or make use of /remote.php/caldav/');
}
2012-09-05 21:28:59 +00:00
require_once'../../lib/base.php';
require_once'appinfo/remote.php';