nextcloud/help/appinfo/app.php

6 lines
73 B
PHP

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