server/help/appinfo/app.php

6 lines
87 B
PHP
Raw Normal View History

2011-04-16 15:49:57 +00:00
<?php
2011-07-29 19:36:03 +00:00
OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
2011-04-17 18:00:07 +00:00
2011-04-16 15:49:57 +00:00
?>