Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/biblioteca.escuelaintegral.edu.uy/vendor/sabre/dav/examples/
Upload File :
Current File : /home/escuelai/public_html/biblioteca.escuelaintegral.edu.uy/vendor/sabre/dav/examples/minimal.php

<?php

/**
 * This example shows the smallest possible sabre/dav server.
 */
include 'vendor/autoload.php';

$server = new Sabre\DAV\Server([
    new Sabre\DAV\FS\Directory(__DIR__)
]);

/**
 * Ok. Perhaps not the smallest possible. The browser plugin is 100% optional,
 * but it really helps understanding the server.
 */
$server->addPlugin(
    new Sabre\DAV\Browser\Plugin()
);

$server->exec();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists