2008-02-18 07:43:49 +01:00
|
|
|
<?php
|
|
|
|
/**
|
2008-05-10 23:15:46 +02:00
|
|
|
* eGroupWare - WebDAV access
|
|
|
|
*
|
|
|
|
* Just for backward compatibility of the url: better use the webdav.php in the root.
|
2008-02-18 07:43:49 +01:00
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
2008-05-10 23:15:46 +02:00
|
|
|
* @package filemanager
|
2008-02-18 07:43:49 +01:00
|
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2008-05-10 23:15:46 +02:00
|
|
|
* @copyright (c) 2008 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
2008-02-18 07:43:49 +01:00
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2008-05-10 23:15:46 +02:00
|
|
|
include('../webdav.php');
|