1
0
Fork 0

Added community search mode

This commit is contained in:
Michael Vogel 2015-07-30 23:27:50 +02:00
commit 0a998f99df
2 changed files with 18 additions and 2 deletions

View file

@ -120,6 +120,10 @@ function search_content(&$a) {
require_once('mod/dirfind.php');
return dirfind_content($a);
}
if(strpos($search,'!') === 0) {
require_once('mod/dirfind.php');
return dirfind_content($a);
}
if(! $search)
return $o;