Sabre.includes.php 744 B

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