This website works better with JavaScript.
Explore
Help
Sign In
open-dsi
/
nextcloud-server
mirror of
https://github.com/nextcloud/server
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Projects
Releases
Wiki
Activity
4553
Commits
493
Branches
1096
Tags
4.1 GiB
Tree:
44e36ecf49
nextcloud-server
/
search
/
appinfo
/
app.php
6 lines
91 B
Raw
Normal View
History
Unescape
Escape
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
<?php
Renaming classes :-)
14 years ago
OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
?>