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

admin.settings.php « templates - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5280153b30697270ca749b501d8677cc0d33484 (plain)
1
2
3
4
<?php
namespace OCA\Passman;
$tmpl = new \OCP\Template('passman', 'part.admin');
return $tmpl->fetchPage();