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
244 B
PHTML

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