Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.0.33-201812191121
/
share
/
HTTP
/
WebDAV
/
//opt/php-7.0.33-201812191121/share/HTTP/WebDAV/file.php
<?php // $Id$ ini_set("include_path", ini_get("include_path").":/usr/local/apache/htdocs"); require_once "HTTP/WebDAV/Server/Filesystem.php"; $server = new HTTP_WebDAV_Server_Filesystem(); $server->ServeRequest($_SERVER["DOCUMENT_ROOT"]); ?>