mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-23 05:15:02 +08:00
Merge remote-tracking branch 'EdOverflow/hash_equals' Signed-off-by: Passman Bot <info@passman.cc>
4 lines
No EOL
107 B
PHP
4 lines
No EOL
107 B
PHP
<?php
|
|
namespace OCA\Passman;
|
|
$tmpl = new \OCP\Template('passman', 'part.admin');
|
|
return $tmpl->fetchPage(); |