reverted accidently commited webdav.php

This commit is contained in:
Ralf Becker 2011-09-29 10:54:48 +00:00
parent b874dd0aaa
commit 4eeaf95eea

View File

@ -94,4 +94,4 @@ if (strstr($user_agent, 'microsoft-webdav') !== false ||
$webdav_server->cnrnd = true;
}
$webdav_server->ServeRequest();
error_log(sprintf('WebDAV %s request: status "%s", took %5.3f s'.($headertime?' (header include took %5.3f s)':''),$_SERVER['REQUEST_METHOD'].' '.$_SERVER['PATH_INFO'],$webdav_server->_http_status,microtime(true)-$starttime,$headertime-$starttime));
//error_log(sprintf('WebDAV %s request: status "%s", took %5.3f s'.($headertime?' (header include took %5.3f s)':''),$_SERVER['REQUEST_METHOD'].' '.$_SERVER['PATH_INFO'],$webdav_server->_http_status,microtime(true)-$starttime,$headertime-$starttime));