query(SettingsController::class); return $controller->displayPanel(); } public function getSection() { return 'additional'; } public function getPriority() { return 50; } /* * Below for ownCloud */ public function getPanel() { return $this->getForm(); } public function getSectionID() { return $this->getSection(); } } ?>