nextcloud/help/appinfo/app.php

6 lines
73 B
PHP
Raw Normal View History

2011-04-16 19:49:57 +04:00
<?php
OC_APP::register( array( "id" => "help", "name" => "Help" ));
?>