mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
11 lines
175 B
PHP
11 lines
175 B
PHP
<?php
|
|
|
|
OC_Util::checkAdminUser();
|
|
|
|
OC_Util::addScript( 'files_versions', 'versions' );
|
|
|
|
$tmpl = new OC_Template( 'files_versions', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|
|
?>
|