mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 00:45:24 -05:00
5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
|
|
OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
|
|
|
|
?>
|