mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
10 lines
176 B
PHP
Executable file
10 lines
176 B
PHP
Executable file
<?php
|
|
|
|
OC_Util::checkAdminUser();
|
|
|
|
OCP\Util::addscript( 'files_versions', 'versions' );
|
|
|
|
$tmpl = new OC_Template( 'files_versions', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|
|
?>
|