6 lines
73 B
PHP
6 lines
73 B
PHP
|
<?php
|
||
|
|
||
|
OC_APP::register( array( "id" => "help", "name" => "Help" ));
|
||
|
|
||
|
?>
|