summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-28 12:03:57 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-28 12:03:57 +0100
commit9dde1138fb3e544fd2614b77833a76f7ed9f7f81 (patch)
treec3a95de7dfa4c534976722bb5a56467be87bf260 /lib/exe
parent01e3159c01c6e13a9a102bd4c1e09b852c994223 (diff)
downloadrpg-9dde1138fb3e544fd2614b77833a76f7ed9f7f81.tar.gz
rpg-9dde1138fb3e544fd2614b77833a76f7ed9f7f81.tar.bz2
honor sneaky_index config in link manager FS#1907
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/ajax.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php
index 4618abd71..465bd1846 100644
--- a/lib/exe/ajax.php
+++ b/lib/exe/ajax.php
@@ -319,6 +319,7 @@ function ajax_linkwiz(){
'listdirs' => true,
'pagesonly' => true,
'firsthead' => true,
+ 'sneakyacl' => $conf['sneaky_index'],
);
if($id) $opts['filematch'] = '^.*\/'.$id;
if($id) $opts['dirmatch'] = '^.*\/'.$id;