caldav.php 217 B

123456
  1. <?php
  2. if(!file_exists('../../lib/base.php')){
  3. die('Please update the path to /lib/base.php in caldav.php or make use of /remote.php/caldav/');
  4. }
  5. require_once('../../lib/base.php');
  6. require_once('appinfo/remote.php');