nextcloud/help/appinfo/app.php

6 lines
87 B
PHP

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