summaryrefslogtreecommitdiffstats
path: root/search/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'search/appinfo/app.php')
-rw-r--r--search/appinfo/app.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/search/appinfo/app.php b/search/appinfo/app.php
new file mode 100644
index 00000000000..44834498fec
--- /dev/null
+++ b/search/appinfo/app.php
@@ -0,0 +1,5 @@
+<?php
+
+OC_APP::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
+
+?>