diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/search.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/search.php b/inc/search.php index 3b225ddec..eac70cd05 100644 --- a/inc/search.php +++ b/inc/search.php @@ -142,6 +142,7 @@ function search_qsearch(&$data,$base,$file,$type,$lvl,$opts){ * @author Andreas Gohr <andi@splitbrain.org> */ function search_index(&$data,$base,$file,$type,$lvl,$opts){ + global $conf; $return = true; $item = array(); @@ -156,8 +157,8 @@ function search_index(&$data,$base,$file,$type,$lvl,$opts){ $id = pathID($file); - if($type=='d' && auth_quickaclcheck($id.':') < AUTH_READ){ - return false; + if($type=='d' && $conf['sneaky_index'] && auth_quickaclcheck($id.':') < AUTH_READ){ + return false; } //check hidden |