mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
15 lines
463 B
PHP
15 lines
463 B
PHP
<?php
|
|
/**
|
|
* eGroupWare - WebDAV access
|
|
*
|
|
* Just for backward compatibility of the url: better use the webdav.php in the root.
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package filemanager
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @copyright (c) 2008 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @version $Id$
|
|
*/
|
|
|
|
include('../webdav.php'); |