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

admin.php - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82a227e93bb9415bc8a0b951b99153123a58e985 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace OCA\Richdocuments;

use \OCA\Richdocuments\AppInfo\Application;

$app = new Application();
$response = $app->getContainer()->query('\OCA\Richdocuments\Controller\SettingsController')->adminIndex();
return $response->render();