Blame view

sources/apps/contacts/carddav.php 220 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php
6d9380f96   Cédric Dupont   Update sources OC...
2
  if (!file_exists('../../lib/base.php')) {
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
  	die('Please update the path to /lib/base.php in carddav.php or make use of /remote.php/carddav/');
  }
6d9380f96   Cédric Dupont   Update sources OC...
5

d1bafeea1   Kload   [fix] Upgrade to ...
6
7
  require_once '../../lib/base.php';
  require_once 'appinfo/remote.php';