You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/admin.php

11 lines
232 B
PHP

<?php
namespace OCA\Documents;
use \OCA\Documents\AppInfo\Application;
$app = new Application();
$response = $app->getContainer()->query('\OCA\Documents\Controller\SettingsController')->adminIndex();
return $response->render();