nextcloud/lib/base.php
Carl Schwan b41709c8c8
refactor: Fix rebasing issues
Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-06-05 11:03:04 +02:00

12 lines
222 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
require_once __DIR__ . '/OC.php';
\OC::boot();
\OC::init();