mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 08:48:14 -05:00
6 lines
No EOL
218 B
PHP
6 lines
No EOL
218 B
PHP
<?php
|
|
if(!file_exists('../../lib/base.php')) {
|
|
die('Please update the path to /lib/base.php in carddav.php or make use of /remote.php/carddav/');
|
|
}
|
|
require_once '../../lib/base.php';
|
|
require_once 'appinfo/remote.php'; |