nextcloud/admin/appinfo/app.php

6 lines
98 B
PHP

<?php
OC_App::register( array( "order" => 1, "id" => "admin", "name" => "Administration" ));
?>