Changeset a4401eef74856f8f535f045b8cf584368f45c645

Show
Ignore:
Timestamp:
02/04/12 11:03:50 (4 months ago)
Author:
Xemle <xemle@phtagr.org>
Children:
77949ced433bbb86ce31f26e66dc0351c3a2dffb
Parents:
52c9172778e5d153c7db8d0957fe720d413134cb
git-committer:
Xemle <xemle@phtagr.org> / 2012-02-04T11:03:50Z+0100
Message:

Add debug comment for webdav

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Controller/WebdavController.php

    r1a41cea ra4401ee  
    2222 */ 
    2323 
     24/** 
     25 * Debug PUT with Netbeans and CURL: 
     26 * 
     27 * curl -c cookies.txt -b XDEBUG_SESSION=netbeans-xdebug --digest --user USER:PASS -T sample.jpg http://localhost/phtagr/webdav/sample.jpg 
     28 */ 
    2429class WebdavController extends AppController 
    2530{