Add the deleted time.

This commit is contained in:
lishuang
2020-07-12 17:46:17 +08:00
parent 82047f4504
commit 76e7359c69
4 changed files with 30 additions and 20 deletions

View File

@ -163,7 +163,7 @@ func (this *DavController) debug(writer http.ResponseWriter, request *http.Reque
func (this *DavController) Index(writer http.ResponseWriter, request *http.Request, subPath string) {
//when debugging. open it.
this.debug(writer, request, subPath)
//this.debug(writer, request, subPath)
user := this.CheckCurrentUser(writer, request)