Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-06-25 09:46:20 +0300
committerGitHub <noreply@github.com>2021-06-25 09:46:20 +0300
commit100f48e5a93ffd9181e58233f3c6dbfc54765b6a (patch)
treebff950a6efa3b824ba9f1f73b96b495d7eb185b6
parent8e56db6e1360a3bfee4004d8e9abf3ebebfdc9ae (diff)
parentc55195eb772071c32ab667cbaec174b660386365 (diff)
Merge pull request #59 from nextcloud/bugfix/doNotFail
require the Response php file instead of a removed one
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index fa568e6..7bfcda8 100644
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@
declare(strict_types=1);
-require_once __DIR__ . '/vendor/autoload.php';
+require_once __DIR__ . '/src/Response.php';
// Set Content-Type to XML
header('Content-Type: application/xml');