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

autoload.php « appinfo - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 336be9ef4ee17ca0feddd8be328de31f967e0049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * Nextcloud - U2F 2FA
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Christoph Wurst <christoph@winzerhof-wurst.at>
 * @copyright Christoph Wurst 2016
 */
require_once __DIR__ . '/../vendor/autoload.php';