diff options
Diffstat (limited to 'lib/exe/ajax.php')
-rw-r--r-- | lib/exe/ajax.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php index 22de2f0f0..4c74709b8 100644 --- a/lib/exe/ajax.php +++ b/lib/exe/ajax.php @@ -298,6 +298,7 @@ function ajax_linkwiz(){ 'listdirs' => true, 'pagesonly' => true, 'firsthead' => true, + 'sneakyacl' => $conf['sneaky_index'], ); if($id) $opts['filematch'] = '^.*\/'.$id; if($id) $opts['dirmatch'] = '^.*\/'.$id; |