]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre.includes.php
Merge pull request #497 from zeroadam/feature/L10n
[friendica-addons.git] / dav / SabreDAV / lib / Sabre.includes.php
1 <?php
2
3 /**
4  * Library include file
5  *
6  * This file is deprecated, don't use it!
7  * Instead, use the specific includes files that are in the sub-packages.
8  *
9  *   Sabre/DAV/includes.php
10  *   Sabre/HTTP/includes.php
11  *
12  *   etc..
13  *
14  * This file contains all includes to the rest of the SabreDAV library
15  * Make sure the lib/ directory is in PHP's include_path.
16  *
17  * @package Sabre
18  * @deprecated Don't use this file, it will be remove in a future version
19  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
20  * @author Evert Pot (http://www.rooftopsolutions.nl/) 
21  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
22  */
23
24 include 'Sabre/HTTP/includes.php';
25 include 'Sabre/DAV/includes.php';
26