Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.9, Tue Feb 3 17:20:22 2009 UTC | revision 1.10, Mon May 18 22:32:25 2009 UTC | |
|---|---|---|
| # | Line 74 function _webdav_attachement_save_file($ | Line 74 function _webdav_attachement_save_file($ |
| 74 | ||
| 75 | // Check for validation errors. | // Check for validation errors. |
| 76 | if (!empty($errors)) { | if (!empty($errors)) { |
| 77 | webdav_status_forbidden(); | webdav_session_set_status(WEBDAV_STATUS_FORBIDDEN); |
| 78 | return 0; | return 0; |
| 79 | } | } |
| 80 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |