server/search/appinfo/app.php
2011-07-29 21:36:03 +02:00

5 lines
91 B
PHP

<?php
OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
?>