| 1 | <?php |
||
| 2 | |||
| 3 | namespace OCA\Documents; |
||
| 4 | |||
| 5 | use \OCA\Documents\AppInfo\Application; |
||
| 6 | |||
| 7 | $app = new Application(); |
||
| 8 | $response = $app->getContainer()->query('\OCA\Documents\Controller\SettingsController')->adminIndex(); |
||
| 9 | return $response->render(); |
||
| 10 | |||
| 11 |