| 1 |
<?php |
<?php |
| 2 |
|
/* This file is part of "WebDav for Drupal Module". |
| 3 |
/* This file is part of "DAV Drupal Module". |
* Copyright 2009, arNuméral |
|
* Copyright 2008, karma-lab.net |
|
| 4 |
* Author : Yoran Brault |
* Author : Yoran Brault |
| 5 |
* eMail : software@_bad_karma-lab.net (remove _bad_ before sending an email) |
* eMail : yoran.brault@bad_arnumeral.fr (remove bad_ before sending an email) |
| 6 |
* Site : http://artisan.karma-lab.net |
* Site : http://www.arnumeral.fr/node/2 |
| 7 |
* |
* |
| 8 |
* "DAV Drupal Module" is free software; you can redistribute it and/or |
* "WebDav for Drupal Module" is free software; you can redistribute it and/or |
| 9 |
* modify it under the terms of the GNU General Public License as |
* modify it under the terms of the GNU General Public License as |
| 10 |
* published by the Free Software Foundation; either version 2.1 of |
* published by the Free Software Foundation; either version 2.1 of |
| 11 |
* the License, or (at your option) any later version. |
* the License, or (at your option) any later version. |
| 12 |
* |
* |
| 13 |
* "DAV Drupal Module" is distributed in the hope that it will be useful, |
* "WebDav for Drupal Module" is distributed in the hope that it will be useful, |
| 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 |
* General Public License for more details. |
* General Public License for more details. |
| 17 |
* |
* |
| 18 |
* You should have received a copy of the GNU General Public |
* You should have received a copy of the GNU General Public |
| 19 |
* License along with "DAV Drupal Module"; if not, write to the Free |
* License along with "Broken Anchor for Node comments Module"; if not, write to the Free |
| 20 |
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 21 |
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. |
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. |
| 22 |
*/ |
*/ |
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
/** |
/** |
| 27 |
* WebDAV server configuration form. |
* WebDAV server configuration form. |
| 28 |
* |
* |