aboutsummaryrefslogtreecommitdiffstats
path: root/3dparty/Sabre.autoload.php
blob: 0e5601d895b7a76d162fbcbd8c4cbde93762ad5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/**
 * SabreDAV's PHP autoloader
 *
 * Warning: this file is deprecated. Please use Sabre/autoload.php instead.
 *
 * @package Sabre
 * @subpackage DAV
 * @copyright Copyright (C) 2007-2011 Rooftop Solutions. All rights reserved.
 * @author Evert Pot (http://www.rooftopsolutions.nl/) 
 * @deprecated
 * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
 */

include dirname(__FILE__) . '/Sabre/autoload.php';