This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5574b87e9b
nextcloud
/
search
/
appinfo
/
app.php
6 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
add search functionality, for now only searches files but plugins/apps can extend that
2011-04-24 18:09:07 +04:00
<
?
php
Renaming classes :-)
2011-07-29 23:36:03 +04:00
OC_App
::
register
(
array
(
'order'
=>
2
,
"
id
"
=>
'search'
,
'name'
=>
'Search'
));
add search functionality, for now only searches files but plugins/apps can extend that
2011-04-24 18:09:07 +04:00
?>