mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 02:10:56 -05:00
7 lines
161 B
PHP
7 lines
161 B
PHP
<?php
|
|
|
|
$tmpl = new OCP\Template( 'files_versions', 'settings-personal');
|
|
|
|
OCP\Util::addscript('files_versions','settings-personal');
|
|
|
|
return $tmpl->fetchPage();
|