Viewing File: /usr/local/cpanel/3rdparty/php/83/lib/php/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"]);
?>
Back to Directory File Manager